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