Skip to content

Commit 80c33e0

Browse files
committed
Arreglado un problema con la importación.
1 parent 568caeb commit 80c33e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from googletrans import Translator
1+
from googletrans import Translator, LANGUAGES
22

33
class TranslatorWrapper:
44
def __init__(self):

0 commit comments

Comments
 (0)