"""Declarative calculation templates (in-code registry, scaffold).""" from .registry import get_calculation_template, list_calculation_template_ids __all__ = ["get_calculation_template", "list_calculation_template_ids"]