Files
Foxel/domain/role/__init__.py
2026-02-09 13:19:28 +08:00

4 lines
60 B
Python

from .service import RoleService
__all__ = ["RoleService"]