f51e949b57
[skip ci]
8 lines
224 B
Python
8 lines
224 B
Python
"""Free Google Translate API for Python. Translates totally free of charge."""
|
|
__all__ = 'Translator',
|
|
__version__ = '2.2.0'
|
|
|
|
|
|
from googletrans.client import Translator
|
|
from googletrans.constants import LANGCODES, LANGUAGES
|