Skip to content

Commit

Permalink
fix(packaging): __init__ file to expose package (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa authored Oct 15, 2022
1 parent 7beb3fe commit ad6b1f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/core/ydata/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
1 change: 0 additions & 1 deletion src/core/ydata/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

0 comments on commit ad6b1f4

Please sign in to comment.