Traducir-Video-Youtube / __init__.py
tomaseo2022's picture
Upload 2 files
d5215b8
raw
history blame
232 Bytes
"""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