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

8 lines
132 B
Python
Raw Normal View History

2025-08-08 09:08:41 +02:00
"""
Notification API Package
API endpoints for notification management
"""
from . import notifications
__all__ = ["notifications"]