ssut/py-googletrans

View on GitHub
googletrans/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""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