1st restructure

This commit is contained in:
Michael Beck
2025-02-06 23:27:30 +01:00
parent f552601c4b
commit ceebbafed5
24 changed files with 56 additions and 198 deletions

4
run.py Normal file
View File

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