Skip to content

Commit

Permalink
Adding __init__.py to ktp_xarray folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NVJY committed Dec 4, 2024
1 parent fa8a755 commit cedb7fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autoreact/ktp_xarray/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from autoreact.ktp_xarray import xarray_wrappers

__all__ = [
'xarray_wrappers',
]

0 comments on commit cedb7fb

Please sign in to comment.