genshin-wiki/utils/typedefs.py
2023-04-15 13:09:56 +08:00

20 lines
198 B
Python

from typing import Literal
Lang = Literal[
"chs",
"cht",
"de",
"en",
"es",
"fr",
"id",
"it",
"jp",
"kr",
"pt",
"ru",
"th",
"tr",
"vi",
]