Files
bakery-ia/services/alert_processor/app/api/__init__.py
2025-10-21 19:50:07 +02:00

8 lines
121 B
Python

"""
Alert Processor API Endpoints
"""
from .analytics import router as analytics_router
__all__ = ['analytics_router']