(no commit message)

This commit is contained in:
2025-10-19 14:16:34 -05:00
parent d33cef379c
commit c1847586be
13 changed files with 884 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
from pydantic import BaseModel, ConfigDict
class InnovationLayerV1(BaseModel):
model_config = ConfigDict(extra='forbid', frozen=True, strict=True)
layer_id: str
type: str
trigger: str
effect: str