Spaces:
Runtime error
Runtime error
Commit
·
997377b
1
Parent(s):
b360d37
Update __init__.py
Browse files- __init__.py +1 -1
__init__.py
CHANGED
@@ -3,5 +3,5 @@ __all__ = 'Translator',
|
|
3 |
__version__ = '3.0.0'
|
4 |
|
5 |
|
6 |
-
|
7 |
from googletrans.constants import LANGCODES, LANGUAGES # noqa
|
|
|
3 |
__version__ = '3.0.0'
|
4 |
|
5 |
|
6 |
+
import client.py
|
7 |
from googletrans.constants import LANGCODES, LANGUAGES # noqa
|