Initial commit - Bolsa app avec Tailwind et authentification

This commit is contained in:
2026-07-22 16:37:53 +02:00
commit 2057d693cd
14 changed files with 594 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from app import app
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000, debug=True)