feat(private-api): support upload avatar

This commit is contained in:
MingxuanGame
2025-08-12 04:54:21 +00:00
parent ac54603acb
commit 449bda0a84
4 changed files with 126 additions and 1 deletions

View File

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