Datasets:
Create language.py
Browse files- language.py +1 -0
language.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
LANGUAGES = {"en": "English",}
|