diff --git a/OMPython/__init__.py b/OMPython/__init__.py index de861736..5f189c7f 100644 --- a/OMPython/__init__.py +++ b/OMPython/__init__.py @@ -15,6 +15,7 @@ ModelicaSystemError, ) from OMPython.OMCSession import ( + OMCPath, OMCSessionCmd, OMCSessionException, OMCSessionRunData, @@ -34,6 +35,8 @@ 'ModelicaSystemDoE', 'ModelicaSystemError', + 'OMCPath', + 'OMCSessionCmd', 'OMCSessionException', 'OMCSessionRunData',