diff --git a/OMPython/__init__.py b/OMPython/__init__.py index 7d571a9b..8bdaaf85 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',