From 5d2d88f2af6debd34a8dc8197d5273330111e9d1 Mon Sep 17 00:00:00 2001 From: Vincent TEMPLIER <vincent.templier@cea.fr> Date: Tue, 25 Jul 2023 07:44:15 +0000 Subject: [PATCH] Import all core functions in aidge library --- aidge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aidge/__init__.py b/aidge/__init__.py index 692513f2..6dce7358 100644 --- a/aidge/__init__.py +++ b/aidge/__init__.py @@ -1 +1 @@ -import aidge.aidge_core \ No newline at end of file +from aidge.aidge_core import * \ No newline at end of file -- GitLab