docs(private-api): add docs for private-api

This commit is contained in:
MingxuanGame
2025-08-12 10:21:26 +00:00
parent b09960af4c
commit 147509a93c
6 changed files with 106 additions and 28 deletions

View File

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