Skip to content

Commit

Permalink
Make the LandAnalysisScript class available from the freanalysis_land…
Browse files Browse the repository at this point in the history
… module

e.g. so we can load and run it with
python3 -c "from freanalysis_land import LandAnalysisScript; LandAnalysisScript().run_analysis('$catalog', '$out_dir')"
  • Loading branch information
Chris Blanton authored and Chris Blanton committed Sep 30, 2024
1 parent 739a494 commit 9872158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freanalysis_land/freanalysis_land/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .land import LandAnalysisScript

0 comments on commit 9872158

Please sign in to comment.