Let\'s say I have the flask hello world in app.py as below:
from flask import Flask # import flask app = Flask(__name__) # create an app