init: minimal Flask app

This commit is contained in:
2026-06-13 11:29:47 +04:00
commit 77dff4d3d4
5 changed files with 40 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
FLASK_ENV=production
PORT=5000