From 2f7a46ff71f31c73485e9e5bee508c569f343b41 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 30 Jul 2024 22:38:57 -0700 Subject: [PATCH] "import x as x" for re-exported names --- opencl_fdfd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencl_fdfd/__init__.py b/opencl_fdfd/__init__.py index a6f9b28..bd4a6ff 100644 --- a/opencl_fdfd/__init__.py +++ b/opencl_fdfd/__init__.py @@ -37,7 +37,7 @@ - jinja2 """ -from .main import cg_solver +from .main import cg_solver as cg_solver __author__ = 'Jan Petykiewicz' __version__ = '0.4'