This commit is contained in:
2023-10-20 15:20:56 +02:00
commit 22c6084863
19 changed files with 705 additions and 0 deletions

4
run.py Executable file
View File

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