deleted: run.py

This commit is contained in:
SimolZimol
2024-09-03 16:17:06 +02:00
parent f199166163
commit 91bb5d3e42

4
run.py
View File

@@ -1,4 +0,0 @@
from app import app
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)