mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
6 lines
98 B
Python
6 lines
98 B
Python
from ..deprecated import ModelDownload as download
|
|
|
|
|
|
if __name__ == '__main__':
|
|
download.de()
|