first commit

This commit is contained in:
2026-01-21 15:26:12 +01:00
parent 869fedd0a7
commit 1b14b07fea
36 changed files with 2804 additions and 0 deletions

4
wsgi.py Normal file
View File

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