6 lines
151 B
Python
6 lines
151 B
Python
"""Notifications service module"""
|
|
|
|
from app.services.notifications.notification_service import NotificationService
|
|
|
|
__all__ = ["NotificationService"]
|