Update __init__.py

This commit is contained in:
Ines Montani 2020-06-22 16:09:09 +02:00
parent 2ad7a02400
commit 8131a65dee
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ from .evaluate import evaluate # noqa: F401
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_get_assets, project_run # noqa: F401
@app.command("link", no_args_is_help=True, deprecated=True, hidden=True)