wf_api: new neutral protocol

crazy test case btw wtf
This commit is contained in:
lda
2026-06-01 17:51:01 +07:00 Verified
parent d05da78847
commit 3b74174b6a
11 changed files with 1341 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
from __future__ import annotations
from .backend import TraceRange, WorkflowApiBackend
from .service import WorkflowApi
__all__ = ["TraceRange", "WorkflowApi", "WorkflowApiBackend"]