"""Alert Notes Backend Module""" from app.alert_notes.backend.router import router __all__ = ["router"]