Skip to content

Commit 0615fb6

Browse files
committed
fix: define exported symbol
1 parent 89fc32e commit 0615fb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .flatten import flatten_root_model
2+
3+
__all__ = ["flatten_root_model"]

0 commit comments

Comments
 (0)