Skip to content

Commit ad6b1f4

Browse files
authored
fix(packaging): __init__ file to expose package (#6)
1 parent 7beb3fe commit ad6b1f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/core/ydata/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

src/core/ydata/core/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

0 commit comments

Comments
 (0)