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

8 lines
132 B
Python
Raw Normal View History

2026-01-21 17:17:16 +01:00
"""
Notification API Package
API endpoints for notification management
"""
from . import notifications
__all__ = ["notifications"]