spaCy/spacy/__main__.py

5 lines
80 B
Python

if __name__ == "__main__":
from spacy.cli import setup_cli
setup_cli()