8 lines
132 B
Python
8 lines
132 B
Python
|
|
"""
|
||
|
|
Notification API Package
|
||
|
|
API endpoints for notification management
|
||
|
|
"""
|
||
|
|
|
||
|
|
from . import notifications
|
||
|
|
|
||
|
|
__all__ = ["notifications"]
|