This commit is contained in:
2025-04-25 18:37:37 +02:00
commit c043c87029
11 changed files with 789 additions and 0 deletions

6
run.py Normal file
View File

@@ -0,0 +1,6 @@
from app import create_app
app = create_app()
if __name__ == '__main__':
app.run()