mirror of https://github.com/explosion/spaCy.git
Update __init__.py
This commit is contained in:
parent
2ad7a02400
commit
8131a65dee
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue