mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 12:42:27 +08:00
- 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.
5 lines
96 B
Python
5 lines
96 B
Python
from .base import *
|
|
from .character import *
|
|
from .equipment import *
|
|
from .player import *
|