🎨 Exported Region and Game to simnet.__init__.py

This commit is contained in:
洛水居室 2023-06-10 16:29:15 +08:00
parent 9aaaec2d88
commit 888c729e1f
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
2 changed files with 4 additions and 1 deletions

View File

@ -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")

View File

@ -1,5 +1,7 @@
import enum as _enum
__all__ = ("Region", "Game")
class Region(str, _enum.Enum):
"""