mirror of https://github.com/explosion/spaCy.git
Import project_run_all function
This commit is contained in:
parent
67928036f2
commit
24664efa23
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue