Initial Commit

This commit is contained in:
2026-04-25 16:08:12 +00:00
commit 66eca93f01
13 changed files with 854 additions and 0 deletions

5
wsgi.py Normal file
View File

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