tcl-filtrage/tasks.py

7 lines
108 B
Python
Raw Normal View History

2021-12-04 17:08:05 +01:00
from invoke import task
@task
def run(ctx):
ctx.run("uvicorn main:app --reload", pty=True, echo=True)