refactor(stats): move to private-api

This commit is contained in:
MingxuanGame
2025-08-22 09:37:41 +00:00
parent c02aa8941e
commit f23d8298b9
8 changed files with 10 additions and 10 deletions

View File

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