from .email_templates import (
    get_alert_email_template,
    get_daily_report_template,
    get_device_offline_template,
    get_alert_resolved_template
)

__all__ = [
    "get_alert_email_template",
    "get_daily_report_template", 
    "get_device_offline_template",
    "get_alert_resolved_template"
]
