By default, when running Flask application using the built-in server (Flask.run), it monitors its Python files and automatically reloads the app if its code cha
Flask.run
See http://flask.pocoo.org/docs/1.0/quickstart/ and use FLASK_ENV=development
FLASK_ENV=development