Traducir-Video-Youtube / __init__.py
tomaseo2022's picture
Update __init__.py
997377b
raw
history blame
207 Bytes
"""Free Google Translate API for Python. Translates totally free of charge."""
__all__ = 'Translator',
__version__ = '3.0.0'
import client.py
from googletrans.constants import LANGCODES, LANGUAGES # noqa