File size: 239 Bytes
d5215b8
 
 
 
 
c013851
 
 
 
1
2
3
4
5
6
7
8
9
10
"""Free Google Translate API for Python. Translates totally free of charge."""
__all__ = 'Translator',
__version__ = '3.0.0'


import client
from client import Translator
import constants
from constants import LANGCODES, LANGUAGES  # noqa