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

5 lines
61 B
Python

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