File size: 141 Bytes
3e848bc
 
ba87dc1
 
6a08467
3e848bc
58568a7
1
2
3
4
5
6
7
8
"""Main module."""

from google_trans import GoogleTranslator
from pons import PonsTranslator


__all__ = [GoogleTranslator, PonsTranslator]