Skip to content

Commit

Permalink
Fehler in __init__.py behoben -> RadarPreporcessor in emrad_toolbox/_…
Browse files Browse the repository at this point in the history
…_innit.py importiert.
  • Loading branch information
shMeske committed Jan 29, 2024
1 parent 4551338 commit 6a37c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions emrad_toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""emrad_toolbox - A collection of tools for EMRaD."""
from emrad_toolbox.radar_preprocessing.radar import RadarPreprocessor

__all__ = ["RadarPreprocessor"]
__version__ = "0.1.0"
3 changes: 0 additions & 3 deletions emrad_toolbox/radar_preprocessing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
"""emrad_toolbox Radar - A collection of tools to handle Radar data."""
from emrad_toolbox.radar_preprocessing.radar import RadarPreprocessor

__all__ = ["RadarPreprocessor"]

0 comments on commit 6a37c47

Please sign in to comment.