wmt-2020-pl-en/googletrans/__init__.py
2019-02-05 17:30:09 +09:00

8 lines
224 B
Python

"""Free Google Translate API for Python. Translates totally free of charge."""
__all__ = 'Translator',
__version__ = '2.4.1'
from googletrans.client import Translator
from googletrans.constants import LANGCODES, LANGUAGES