This commit is contained in:
2026-05-20 15:19:49 +05:00
parent f1e0d265ff
commit a64e6e57d4
11 changed files with 346 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from app.cli import cli
if __name__ == '__main__':
cli()