genshin-wiki/utils/typedefs.py

18 lines
178 B
Python
Raw Normal View History

2023-04-15 05:09:56 +00:00
from typing import Literal
Lang = Literal[
"chs",
"cht",
"de",
"en",
"es",
"fr",
"id",
"jp",
"kr",
"pt",
"ru",
"th",
"vi",
]