Files
pruchase_jhw/src/notifications/__init__.py
T
2026-06-11 12:33:51 +08:00

5 lines
169 B
Python

from src.notifications.models import NotificationEvent
from src.notifications.service import NotificationService
__all__ = ["NotificationEvent", "NotificationService"]