pvanand commited on
Commit
449efb1
·
verified ·
1 Parent(s): 8d8a4fc

Delete main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -11
main.py DELETED
@@ -1,11 +0,0 @@
1
-
2
- from flask import Flask
3
-
4
- app = Flask(__name__)
5
-
6
- @app.route("/")
7
- def hello_world():
8
- return "<p>Hello, World!</p>"
9
-
10
- if __name__ == '__main__':
11
- app.run(debug=True, port=5000)