fix(private-api): import cover

This commit is contained in:
MingxuanGame
2025-08-14 15:22:32 +00:00
parent 134f3335c5
commit 64ee8a73d5
2 changed files with 4 additions and 4 deletions

View File

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