Skip to content

Commit a8d9f89

Browse files
committed
added helper function to convert spockspaces to dict that is outside of the SpockBulder object
1 parent d5b4375 commit a8d9f89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spock/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ __all__ = [
2323
"config",
2424
"directory",
2525
"file",
26+
"helpers",
2627
"SavePath",
2728
"spock",
2829
"SpockBuilder",
30+
"utils",
2931
]
3032

3133
_T = TypeVar("_T")

0 commit comments

Comments
 (0)