Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
pyrsr
Commits
e73589e3
Commit
e73589e3
authored
Aug 21, 2019
by
Daniel Scheffler
Browse files
Made RelativeSpectralResponse importable on the top level of the package.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
510366d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyrsr/__init__.py
View file @
e73589e3
...
...
@@ -3,6 +3,15 @@
"""Top-level package for pyrsr."""
from
.version
import
__version__
from
.rsr
import
RelativeSpectralResponse
__author__
=
"""Daniel Scheffler"""
__email__
=
'daniel.scheffler@gfz-potsdam.de'
__all__
=
[
'__author__'
,
'__email__'
,
'__version__'
,
'RelativeSpectralResponse'
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment