add unilabos/workflow and entrypoint

This commit is contained in:
Junhan Chang
2025-12-07 15:23:51 +08:00
parent 11b2c99836
commit 71c9a777ba
7 changed files with 915 additions and 494 deletions

View File

@@ -9,7 +9,7 @@ if str(ROOT_DIR) not in sys.path:
import pytest
from scripts.workflow import build_protocol_graph, draw_protocol_graph, draw_protocol_graph_with_ports
from unilabos.workflow.common import build_protocol_graph, draw_protocol_graph, draw_protocol_graph_with_ports
ROOT_DIR = Path(__file__).resolve().parents[2]