initial structure

This commit is contained in:
Andrew
2025-10-28 19:17:37 +03:00
commit 5cac29f4bd
14 changed files with 192 additions and 0 deletions

4
main.py Normal file
View File

@@ -0,0 +1,4 @@
from src.app import main
if __name__ == "__main__":
exit(main())