feat(relationship): implement relationship(friends, blocks) api (close #6)

This commit is contained in:
MingxuanGame
2025-07-26 15:31:09 +00:00
parent ab73a85504
commit ef977d1c2d
6 changed files with 206 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ from .beatmapset import (
BeatmapsetResp as BeatmapsetResp,
)
from .legacy import LegacyOAuthToken, LegacyUserStatistics
from .relationship import Relationship, RelationshipResp, RelationshipType
from .team import Team, TeamMember
from .user import (
DailyChallengeStats,
@@ -53,6 +54,9 @@ __all__ = [
"LegacyUserStatistics",
"OAuthToken",
"RankHistory",
"Relationship",
"RelationshipResp",
"RelationshipType",
"Team",
"TeamMember",
"User",