mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-16 03:55:28 +00:00
6 lines
207 B
Python
6 lines
207 B
Python
from simnet.client.genshin import GenshinClient
|
|
from simnet.client.starrail import StarRailClient
|
|
from simnet.utils.enum_ import Game, Region
|
|
|
|
__all__ = ("StarRailClient", "GenshinClient", "Game", "Region")
|