Source code for ralph.policy.explain.post_commit_route_explanation
"""Explanation of a single post-commit route entry."""
from __future__ import annotations
from dataclasses import dataclass
[docs]
@dataclass
class PostCommitRouteExplanation:
"""Explanation of a single post-commit route entry."""
phase: str
budget_state: str
target: str