From 54b32cc31174d669f08cb072d30d0d76fb01a1fd Mon Sep 17 00:00:00 2001 From: Simon Suchan Date: Thu, 12 Dec 2024 13:33:39 +0100 Subject: [PATCH] sdk/basyx/__init__.py: added documentation for aas-core3 shortcut --- sdk/basyx/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/basyx/__init__.py b/sdk/basyx/__init__.py index 1e02231..8991815 100644 --- a/sdk/basyx/__init__.py +++ b/sdk/basyx/__init__.py @@ -1,2 +1,4 @@ from .object_store import * + +# Shortcut to import aas_core3 which should be installed after installing requirements from aas_core3 import types as model