mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-05 11:24:00 +00:00
4a892d213b
- Add UserNotFound and InvalidParams exception. - The API has changed its data format. - Updated the model to accommodate the new format. - Old format models have been moved to "models.v1". - Use the "fetch_user_v1" function to retrieve data in the old format.
4 lines
96 B
Python
4 lines
96 B
Python
from .base import *
|
|
from .character import *
|
|
from .equipment import *
|
|
from .player import *
|