Initial commit

This commit is contained in:
Jage9
2026-02-20 08:16:43 -05:00
commit b246c9a7fd
53 changed files with 9538 additions and 0 deletions

5
server/main.py Normal file
View File

@@ -0,0 +1,5 @@
from app.server import run
if __name__ == "__main__":
run()