Skip to content

Commit 79362c0

Browse files
committed
Added _pkg_root
1 parent 440f472 commit 79362c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pymask/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
from .lumi import *
88
from .coupling import *
99
from .tunechroma import *
10+
11+
from pathlib import Path
12+
_pkg_root = Path(__file__).parent.absolute()
13+
del(Path)

0 commit comments

Comments
 (0)