Files
2025-08-08 09:08:41 +02:00

8 lines
132 B
Python

"""
Notification API Package
API endpoints for notification management
"""
from . import notifications
__all__ = ["notifications"]