$ export FLASK_APP=hello.py $ python -m flask run * Running on http://127.0.0.1:5000/
from flask import Flask app = Flask(__name__)