Skip to content

Commit d043e48

Browse files
ensure schimpy.util is a subpackage
1 parent 973f4e9 commit d043e48

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

schimpy/util/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"""Utility subpackage for schimpy."""
2+
3+
# You can import commonly used utility modules here for convenience
4+
from .yaml_load import *

0 commit comments

Comments
 (0)