in tasks.py [0:0]
def dev(c): # noqa: ANN001, ANN201 """Start the web service in a development environment, with fast reload""" with c.prefix(venv): c.run("FLASK_ENV=development python app.py")