# Compat shim — use app.domains.notifications.service instead from app.domains.notifications.service import ( emit_notification, emit_notification_sync, emit_batch_render_notification_sync, CHANNEL_ACTIVITY, CHANNEL_NOTIFICATION, CHANNEL_ALERT, ) __all__ = [ "emit_notification", "emit_notification_sync", "emit_batch_render_notification_sync", "CHANNEL_ACTIVITY", "CHANNEL_NOTIFICATION", "CHANNEL_ALERT", ]