first commit

This commit is contained in:
2025-11-24 23:10:55 -06:00
commit 8315fa51c9
279 changed files with 74600 additions and 0 deletions

7
public_web/.flaskenv Normal file
View File

@@ -0,0 +1,7 @@
# Flask CLI Configuration
# This file configures the 'flask run' command
FLASK_APP=wsgi.py
FLASK_ENV=development
FLASK_RUN_HOST=0.0.0.0
FLASK_RUN_PORT=8000