__init__.py python
11 lines 369 B
Raw
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 3 days ago
1 """Cost-awareness surface (Track P / P-cost §PC.4–§PC.7)."""
2
3 from tools.cost_awareness.derive import derive_cost_view
4 from tools.cost_awareness.format import format_cost_awareness_lines
5 from tools.cost_awareness.surface import build_cost_awareness_report
6
7 __all__ = [
8 "build_cost_awareness_report",
9 "derive_cost_view",
10 "format_cost_awareness_lines",
11 ]
File History 1 commit
sha256:8461d44b77376fbf06fa7c3e085d309e3010fd8d5886d63c63e69ce118811ad4 docs: record AFF-b feature-tip SHAs after AFF-b-ISR commit. Human 3 days ago