Files
ad-test/conf/apps/deep/arbitrary/rules.py
2025-01-28 17:49:44 -06:00

12 lines
163 B
Python

from dataclasses import dataclass
@dataclass
class Rule1:
state: str
@dataclass
class Rule2:
value: int
other: str = "default" # test changing this