flask init

This commit is contained in:
2023-10-03 20:25:35 +02:00
parent b833ac96ea
commit aba3a484b7
11 changed files with 101 additions and 0 deletions

4
run.py Executable file
View File

@@ -0,0 +1,4 @@
from freeriders import app
if __name__ == '__main__':
app.run(debug=False)