mirror of
https://github.com/PaiGramTeam/StarRailDamageCal.git
synced 2024-11-24 17:19:37 +00:00
6 lines
201 B
Python
6 lines
201 B
Python
|
"""Mihomo.me api 包装"""
|
||
|
from starrail_damage_cal.mihomo.models import MihomoData
|
||
|
from starrail_damage_cal.mihomo.requests import get_char_card_info as requests
|
||
|
|
||
|
__all__ = ["requests", "MihomoData"]
|