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 9161ca7 commit 8b67a41Copy full SHA for 8b67a41
pvlib/__init__.py
@@ -1,3 +1,6 @@
1
+import sys
2
+from pathlib import Path
3
+sys.path.append(Path(__file__).parent)
4
from pvlib.version import __version__ # noqa: F401
5
6
from pvlib import ( # noqa: F401
0 commit comments