Skip to content

Commit

Permalink
Merge pull request #55 from nasa-nccs-hpda/1.2.2
Browse files Browse the repository at this point in the history
Exposing the Python API for additional usage from Python
  • Loading branch information
jordancaraballo authored Dec 20, 2023
2 parents 9c82577 + 5eb7769 commit 5aac08f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vhr_cloudmask/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
from vhr_cloudmask.model.pipelines.cloudmask_cnn_pipeline \
import CloudMaskPipeline

__author__ = """Jordan A. Caraballo-Vega"""
__email__ = "jordan.a.caraballo-vega@nasa.gov"
__version__ = "1.2.1"
__version__ = "1.2.2"

__all__ = ["CloudMaskPipeline"]

0 comments on commit 5aac08f

Please sign in to comment.