From 9ad6f7c60780b6f19dd751995f633189c8fa9065 Mon Sep 17 00:00:00 2001 From: syntron Date: Thu, 27 Nov 2025 10:24:57 +0100 Subject: [PATCH] add OMCPath to the public interface --- OMPython/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OMPython/__init__.py b/OMPython/__init__.py index 7d571a9b0..8bdaaf852 100644 --- a/OMPython/__init__.py +++ b/OMPython/__init__.py @@ -44,6 +44,7 @@ ModelicaSystemError, ) from OMPython.OMCSession import ( + OMCPath, OMCSessionCmd, OMCSessionException, OMCSessionRunData, @@ -63,6 +64,8 @@ 'ModelicaSystemDoE', 'ModelicaSystemError', + 'OMCPath', + 'OMCSessionCmd', 'OMCSessionException', 'OMCSessionRunData',