Initial clean history
CI/CD / Test (push) Failing after 4m32s
CI/CD / Deploy (push) Has been skipped

This commit is contained in:
User
2026-05-11 16:46:25 +03:00
commit bf89e671d8
33 changed files with 1333 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class ValidationError(Exception):
pass
class ExportError(Exception):
pass