=
fixed import errors
ba87dc1
raw
history blame
141 Bytes
"""Main module."""
from google_trans import GoogleTranslator
from pons import PonsTranslator
__all__ = [GoogleTranslator, PonsTranslator]