Skip to content

Commit

Permalink
Update package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenbeam committed Jan 13, 2025
1 parent fbe6971 commit b897bd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/nsidc/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__all__ = ["metgen"]
9 changes: 8 additions & 1 deletion src/nsidc/metgen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
__version__ = "v1.0.0"


__all__ = ["__version__"]
__all__ = ["__version__", "aws", "cli", "config", "constants", "metgen", "netcdf_reader"]

from . import aws
from . import cli
from . import config
from . import constants
from . import metgen
from . import netcdf_reader

0 comments on commit b897bd4

Please sign in to comment.