Skip to content

Commit 8a6b79f

Browse files
committed
Add top-level geometry import
1 parent 83f8349 commit 8a6b79f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cf_xarray/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
from .options import set_options # noqa
1010
from .utils import _get_version
1111

12+
from . import geometry # noqa
13+
14+
#
1215
__version__ = _get_version()

0 commit comments

Comments
 (0)