genshin-wiki/utils/typedefs.py
2023-05-01 21:40:50 +08:00

18 lines
178 B
Python

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