mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-16 03:55:28 +00:00
🎨 Exported Region
and Game
to simnet.__init__.py
This commit is contained in:
parent
9aaaec2d88
commit
888c729e1f
@ -1,4 +1,5 @@
|
||||
from simnet.client.genshin import GenshinClient
|
||||
from simnet.client.starrail import StarRailClient
|
||||
from simnet.utils.enum_ import Game, Region
|
||||
|
||||
__all__ = ("StarRailClient", "GenshinClient")
|
||||
__all__ = ("StarRailClient", "GenshinClient", "Game", "Region")
|
||||
|
@ -1,5 +1,7 @@
|
||||
import enum as _enum
|
||||
|
||||
__all__ = ("Region", "Game")
|
||||
|
||||
|
||||
class Region(str, _enum.Enum):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user