Initial Commit

This commit is contained in:
ldy
2025-06-09 17:53:19 +08:00
parent de861d4815
commit 2be3d00ac4
96 changed files with 13327 additions and 2 deletions

3
backend_flask/.flaskenv Normal file
View File

@@ -0,0 +1,3 @@
FLASK_APP="myapp:create_app()"
FLASK_ENV="development"
PYTHONPATH=.