1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-01-18 05:24:12 +03:00
spaCy/spacy/__main__.py

5 lines
80 B
Python
Raw Normal View History

if __name__ == "__main__":
2020-06-22 01:45:40 +03:00
from spacy.cli import setup_cli
setup_cli()