Merge pull request #71 from fcolecumberri/master
Browse files
deep_translator/__init__.py
CHANGED
@@ -10,6 +10,7 @@ from .qcri import QCRI
|
|
10 |
from .deepl import DeepL
|
11 |
from .detection import single_detection, batch_detection
|
12 |
from .microsoft import MicrosoftTranslator
|
|
|
13 |
|
14 |
# TODO: Discussion: These should be declared in setup.cfg, setting them here is redundant
|
15 |
# __author__ = """Nidhal Baccouri"""
|
|
|
10 |
from .deepl import DeepL
|
11 |
from .detection import single_detection, batch_detection
|
12 |
from .microsoft import MicrosoftTranslator
|
13 |
+
from .papago import PapagoTranslator
|
14 |
|
15 |
# TODO: Discussion: These should be declared in setup.cfg, setting them here is redundant
|
16 |
# __author__ = """Nidhal Baccouri"""
|