init commit
This commit is contained in:
5
app/services/notifications/__init__.py
Normal file
5
app/services/notifications/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Notifications service module"""
|
||||
|
||||
from app.services.notifications.notification_service import NotificationService
|
||||
|
||||
__all__ = ["NotificationService"]
|
||||
Reference in New Issue
Block a user