refactor(stats): remove stats manager

This commit is contained in:
MingxuanGame
2025-08-24 18:01:37 +00:00
parent bab6f843a5
commit d873c227c1
13 changed files with 12 additions and 1380 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
from . import avatar, cover, oauth, relationship, stats, team, username # noqa: F401
from . import avatar, cover, oauth, relationship, team, username # noqa: F401
from .router import router as private_router
__all__ = [