wf-core reorg 3 remove old paths

This commit is contained in:
lda
2026-05-08 21:48:11 +07:00 Verified
parent d37756246b
commit eaead2169c
34 changed files with 29 additions and 130 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from __future__ import annotations
from collections.abc import Mapping
from typing import Any
from wf_core.model import Workflow
from wf_core.models import Workflow
from wf_core.runtime.ops.flow import finalize_run
from wf_core.runtime.ops.frames import collapse_completed_frames
from wf_core.runtime.ops.nodes import AsyncNodeHandler, NodeHandler