Skip to content

Commit

Permalink
make internal function callable
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Jun 28, 2023
1 parent 318870a commit 474b931
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pcmdi_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@

"""Top-level package for pcmdi_util."""

from pcmdi_utils.land_sea_mask import generate_land_sea_mask # noqa: F401
from pcmdi_utils.land_sea_mask import ( # noqa: F401
generate_land_sea_mask,
generate_land_sea_mask__global_land_mask,
generate_land_sea_mask__pcmdi,
)

0 comments on commit 474b931

Please sign in to comment.