We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440f472 commit 79362c0Copy full SHA for 79362c0
pymask/__init__.py
@@ -7,3 +7,7 @@
7
from .lumi import *
8
from .coupling import *
9
from .tunechroma import *
10
+
11
+from pathlib import Path
12
+_pkg_root = Path(__file__).parent.absolute()
13
+del(Path)
0 commit comments