Initial commit: VK Sales Bot project structure

This commit is contained in:
User
2026-05-05 18:25:28 +03:00
commit 09c42edfdc
47 changed files with 1512 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class ValidationError(Exception):
pass
class ExportError(Exception):
pass