workflow-twin / workflow_twin /levels /level1_simple.py
NDGCodes's picture
fix repo structure for HF
1a692ce
Raw
History Blame Contribute Delete
183 Bytes
from workflow_twin.core.entities import SystemState
def apply_level1(state: SystemState) -> None:
state.critical_events.append({"event": "l1_tick", "time": state.current_time})