kennethzychew's picture
phase 1.2: validation rules (hard/soft + arithmetic checks)
fd5e760
Raw
History Blame Contribute Delete
265 Bytes
"""Hard/soft validation rules producing a structured report (pure, no I/O)."""
from doc_agent.validation.rules import (
RuleResult,
ValidationReport,
money_close,
validate,
)
__all__ = ["RuleResult", "ValidationReport", "money_close", "validate"]