"""Single import point for every MEL-level signal.

Sub-apps still define signals in their own modules, but consumers should
import them from here so the wiring can be reorganised without breaking call
sites.
"""
from apps.mel.reports.signals import mel_report_published  # noqa: F401
from apps.mel.tracking.signals import (  # noqa: F401
    mel_activity_delayed,
    mel_data_point_recorded,
    mel_indicator_threshold_crossed,
)
