full refactor fml

This commit is contained in:
Michael Beck
2025-02-07 04:13:17 +01:00
parent ceebbafed5
commit 9076c5ed7a
11 changed files with 561 additions and 461 deletions

3
run.py
View File

@@ -1,4 +1,5 @@
from app.app import app
from app.app import init_app
if __name__ == '__main__':
app = init_app()
app.run(debug=True, threaded=True)