Skip to content
Snippets Groups Projects
Commit 102cc4c0 authored by Aaron Spring's avatar Aaron Spring
Browse files

Update __init__.py

parent 581edc25
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,10 @@ Available Modules
- slurm_post: write python code to file and send to SLURM (experimental)
- cdo_post: postprocessing with CDO into xarray
"""
try:
from . import cdo_post, setup
from .setup import cdo
except ImportError:
pass
from . import hamocc, plot, slurm_post
from . import cdo_post, hamocc, plot, setup, slurm_post
from .setup import cdo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment