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',