Add files via upload

This commit is contained in:
2025-11-09 16:11:29 +01:00
committed by GitHub
commit 2cf0836dd1
15 changed files with 4070 additions and 0 deletions

View File

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