From a4ac4d806440e69190d1767dd14bc12f842d01ee 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 bc8aefbd..59a0ad10 100644 --- a/OMPython/__init__.py +++ b/OMPython/__init__.py @@ -15,6 +15,7 @@ ModelicaSystemError, ) from OMPython.OMCSession import ( + OMCPath, OMCSession, OMCSessionCmd, OMCSessionException, @@ -35,6 +36,8 @@ 'ModelicaSystemDoE', 'ModelicaSystemError', + 'OMCPath', + 'OMCSession', 'OMCSessionCmd', 'OMCSessionException',