From cedb7fb0c7e599d51c15f2b9abcc2f3ba93d5510 Mon Sep 17 00:00:00 2001 From: yokochin Date: Tue, 3 Dec 2024 19:15:05 -0600 Subject: [PATCH] Adding __init__.py to ktp_xarray folder --- autoreact/ktp_xarray/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 autoreact/ktp_xarray/__init__.py diff --git a/autoreact/ktp_xarray/__init__.py b/autoreact/ktp_xarray/__init__.py new file mode 100644 index 00000000..4d45d0c4 --- /dev/null +++ b/autoreact/ktp_xarray/__init__.py @@ -0,0 +1,5 @@ +from autoreact.ktp_xarray import xarray_wrappers + +__all__ = [ + 'xarray_wrappers', +]