initial setup

This commit is contained in:
2026-02-24 16:18:19 +01:00
commit f5ac44886b
6 changed files with 43 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from app import create_app, sIO
app = create_app()
if __name__ == "__main__":
sIO.run(app, debug=True)