Files
strepsiades 4a9c444b10 first commit
2026-03-09 16:31:42 +08:00

11 lines
184 B
Python

from __future__ import annotations
from dataclasses import dataclass
from typing import Any
@dataclass(frozen=True)
class InvariantViolation:
invariant_id: str
message: str