Files
bakery-ia/services/notification/app/api/__init__.py

8 lines
132 B
Python

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