- Introduced new routes and API endpoints for managing personal reference values. - Updated the SettingsPage to include a section for reference values with navigation to manage them. - Enhanced the backend to support reference values in the data layer and versioning. - Added necessary imports and UI components for a seamless user experience.
6 lines
222 B
Python
6 lines
222 B
Python
"""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"]
|