Initial commit - production deployment
This commit is contained in:
8
services/notification/app/api/__init__.py
Normal file
8
services/notification/app/api/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Notification API Package
|
||||
API endpoints for notification management
|
||||
"""
|
||||
|
||||
from . import notifications
|
||||
|
||||
__all__ = ["notifications"]
|
||||
Reference in New Issue
Block a user