"""
Notifications CRUD — pure database-access layer.

NOTE: The notification_templates table was dropped in PRD-010-HWTPL.
Template resolution now goes through site_templates (see src/apps/site_templates/crud.py).
"""

import logging

logger = logging.getLogger(__name__)
