wmt-2020-pl-en/googletrans/__init__.py
Bastien Vallet 778b00758e
chore: Remove python 2.7 support and various cleanup (#179)
Co-authored-by: Bastien Vallet <b.vallet@criteo.com>
2020-06-08 19:09:24 +09:00

8 lines
232 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 # noqa