Rename project

This commit is contained in:
2026-08-03 01:56:35 +02:00
committed by kitoy
parent f261e62b6f
commit 31d76526ff
2 changed files with 21 additions and 0 deletions

6
monsiteperso.py Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from app import app
if __name__ == '__main__' :
app.run(host=app.config['HOST'], port=app.config['PORT'], debug=True)