wmt-2020-pl-en/googletrans/__init__.py

8 lines
232 B
Python
Raw Permalink Normal View History

2015-06-05 16:43:05 +02:00
"""Free Google Translate API for Python. Translates totally free of charge."""
2017-03-10 11:19:46 +01:00
__all__ = 'Translator',
__version__ = '3.0.0'
2015-06-05 16:43:05 +02:00
2017-03-10 11:19:46 +01:00
from googletrans.client import Translator
from googletrans.constants import LANGCODES, LANGUAGES # noqa