From ab570c5884ed7872e6dca588229eed2dba1a8f9e Mon Sep 17 00:00:00 2001 From: Mohamed ZAARAOUI <115699524+ZAARAOUI999@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:07:45 +0100 Subject: [PATCH] Update __init__.py --- hypermat/_ad/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypermat/_ad/__init__.py b/hypermat/_ad/__init__.py index b814614..e1c6da9 100644 --- a/hypermat/_ad/__init__.py +++ b/hypermat/_ad/__init__.py @@ -1 +1 @@ -from ._variable import Variable +from ._deformation import Deformation