Skip to content

Commit 4b755ad

Browse files
committed
added task_def_as/from_dict to pydra.utils __init__
1 parent b080cca commit 4b755ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pydra/utils/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
show_workflow,
55
task_help,
66
print_help,
7+
task_def_as_dict,
8+
task_def_from_dict,
79
)
810
from ._version import __version__
911

@@ -14,4 +16,6 @@
1416
"show_workflow",
1517
"task_help",
1618
"print_help",
19+
"task_def_as_dict",
20+
"task_def_from_dict",
1721
]

0 commit comments

Comments
 (0)