wmt-2020-pl-en/googletrans/__init__.py
2017-05-06 22:51:18 +09:00

8 lines
213 B
Python

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