diff --git a/run.py b/run.py deleted file mode 100644 index 7bcfcd9..0000000 --- a/run.py +++ /dev/null @@ -1,4 +0,0 @@ -from app import app - -if __name__ == '__main__': - app.run(host='0.0.0.0', port=5000) \ No newline at end of file