added some complexity
This commit is contained in:
11
conf/apps/deep/arbitrary/rules.py
Normal file
11
conf/apps/deep/arbitrary/rules.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class Rule1:
|
||||
state: str
|
||||
|
||||
@dataclass
|
||||
class Rule2:
|
||||
value: int
|
||||
other: str = "default" # test changing this
|
||||
Reference in New Issue
Block a user