mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-22 06:17:57 +00:00
5 lines
145 B
Python
5 lines
145 B
Python
from simnet.client.genshin import GenshinClient
|
|
from simnet.client.starrail import StarRailClient
|
|
|
|
__all__ = ("StarRailClient", "GenshinClient")
|