Nidhal Baccouri commited on
Commit
3bdb2fb
·
unverified ·
2 Parent(s): 3d0cd76 8c9b6ef

Merge pull request #71 from fcolecumberri/master

Browse files
Files changed (1) hide show
  1. deep_translator/__init__.py +1 -0
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"""