Initial commit with features and everything.

This commit is contained in:
csd4ni3l
2025-09-07 18:22:10 +02:00
commit d01ab6087e
14 changed files with 1683 additions and 0 deletions

3
run.py Normal file
View File

@@ -0,0 +1,3 @@
from app.cli import run_cli
run_cli()