First commit

This commit is contained in:
Piero Toffanin 2020-12-19 17:40:37 -05:00
parent 64547a8acf
commit 1062ef2713
9 changed files with 296 additions and 0 deletions

3
app/language.py Normal file
View file

@ -0,0 +1,3 @@
from argostranslate import translate
languages = translate.load_installed_languages()