wmt-2020-pl-en/googletrans/__init__.py
SuHun Han e10c5e8fa7
chore: v3.0.0 (#181)
Co-authored-by: Kirill Bobrov <miaplanedo@gmail.com>
Co-authored-by: Zhuopsticks <36221214+terryyz@users.noreply.github.com>
2020-06-14 15:42:32 +09:00

8 lines
232 B
Python

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