From d91a2bb2075a083a4ea8ae259db609286961f2c7 Mon Sep 17 00:00:00 2001 From: Mohamed ZAARAOUI <115699524+ZAARAOUI999@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:48:00 +0100 Subject: [PATCH] Update __init__.py --- hypermat/_ad/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hypermat/_ad/__init__.py b/hypermat/_ad/__init__.py index e1c6da9..b0e1568 100644 --- a/hypermat/_ad/__init__.py +++ b/hypermat/_ad/__init__.py @@ -1 +1,5 @@ + +####################### - بــسم الله الرحمــان الرحيــم - ##################### + +"""Automatic differentiation Module""" from ._deformation import Deformation