tomaseo2022 commited on
Commit
997377b
·
1 Parent(s): b360d37

Update __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +1 -1
__init__.py CHANGED
@@ -3,5 +3,5 @@ __all__ = 'Translator',
3
  __version__ = '3.0.0'
4
 
5
 
6
- from googletrans.client import Translator
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