API Reference
GIElement
Game
Bases: StrEnum
Represent games supported by the Hakushin API.
Source code in hakushin/enums.py
GI = 'gi'
class-attribute
instance-attribute
Genshin Impact.
HSR = 'hsr'
class-attribute
instance-attribute
Honkai: Star Rail.
ZZZ = 'zzz'
class-attribute
instance-attribute
Zenless Zone Zero.
HSRElement
HSREndgameType
HSRPath
Bases: StrEnum
Represent an HSR character path.
Source code in hakushin/enums.py
Language
Bases: StrEnum
Represent languages supported by the Hakushin API.
Source code in hakushin/enums.py
EN = 'en'
class-attribute
instance-attribute
English.
JA = 'ja'
class-attribute
instance-attribute
Japanese.
KO = 'ko'
class-attribute
instance-attribute
Korean.
ZH = 'zh'
class-attribute
instance-attribute
Simple Chinese.