Skip to content

Commit

Permalink
add path extenstion to init file
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj committed Jun 15, 2023
1 parent ed88113 commit f52229c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ruaj/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This line ONLY! :
__path__ = __import__("pkgutil").extend_path(__path__, __name__)

0 comments on commit f52229c

Please sign in to comment.