fix(private-api): import relationship

This commit is contained in:
MingxuanGame
2025-08-17 17:00:47 +00:00
parent 86bea5d4b5
commit b75d9fe238

View File

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