8 lines
121 B
Python
8 lines
121 B
Python
|
|
"""
|
||
|
|
Alert Processor API Endpoints
|
||
|
|
"""
|
||
|
|
|
||
|
|
from .analytics import router as analytics_router
|
||
|
|
|
||
|
|
__all__ = ['analytics_router']
|