We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245ff04 commit 10ec9adCopy full SHA for 10ec9ad
6 files changed
inputscope/__init__.py
@@ -1,3 +1,3 @@
1
-import conf
2
-__version__ = conf.Version
3
-__VERSION__ = conf.Version
+from . import conf
+__version__ = conf.Version
+__VERSION__ = conf.Version
0 commit comments