=
commited on
Commit
·
ba87dc1
1
Parent(s):
a0acaee
fixed import errors
Browse files
deep_translator/deep_translator.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
"""Main module."""
|
2 |
|
3 |
-
from
|
4 |
-
from
|
5 |
|
6 |
|
7 |
__all__ = [GoogleTranslator, PonsTranslator]
|
|
|
1 |
"""Main module."""
|
2 |
|
3 |
+
from google_trans import GoogleTranslator
|
4 |
+
from pons import PonsTranslator
|
5 |
|
6 |
|
7 |
__all__ = [GoogleTranslator, PonsTranslator]
|