Import project_run_all function

This commit is contained in:
Ines Montani 2020-06-29 16:54:19 +02:00
parent 67928036f2
commit 24664efa23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ from .convert import convert # noqa: F401
from .init_model import init_model # noqa: F401
from .validate import validate # noqa: F401
from .project import project_clone, project_assets, project_run # noqa: F401
from .project import project_run_all # noqa: F401
@app.command("link", no_args_is_help=True, deprecated=True, hidden=True)