Dateien nach "/" hochladen

This commit is contained in:
th_ib 2024-01-29 00:47:13 +01:00
parent 5c4f3ffd17
commit a59d35fd0e
2 changed files with 5 additions and 0 deletions

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
flask~=2.2.5

4
run.py Normal file
View File

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