I am new to flask. I have the following codes at app.py:
app = Flask(__name__) if __name__ == \'__main__\': app.run(debug=True)
I tried