in tasks.py [0:0]
def start(c): # noqa: ANN001, ANN201 """Start the web service""" with c.prefix(venv): c.run("python app.py")