From 14534ae96f4d57c504937f97dc6465444ab1f7ab Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Fri, 1 Nov 2024 17:46:43 +0200 Subject: [PATCH] fix: export more functions --- src/sphereproj/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphereproj/__init__.py b/src/sphereproj/__init__.py index 38ac804..49c414c 100644 --- a/src/sphereproj/__init__.py +++ b/src/sphereproj/__init__.py @@ -1 +1 @@ -from ._project import spherical_projection \ No newline at end of file +from ._project import spherical_projection, project_cic, interp3d \ No newline at end of file