Skip to content

Commit 6147534

Browse files
committed
add wrappers module to top-level
1 parent 350dcc6 commit 6147534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bayesflow/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
experimental,
88
networks,
99
simulators,
10-
workflows,
1110
utils,
11+
workflows,
12+
wrappers,
1213
)
1314

1415
from .adapters import Adapter

0 commit comments

Comments
 (0)