Skip to content

Commit fa1b935

Browse files
committed
update __init__
1 parent fc0d20b commit fa1b935

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

OMPython/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"""
3838

3939
from OMPython.ModelicaSystem import LinearizationResult, ModelicaSystem, ModelicaSystemCmd, ModelicaSystemError
40-
from OMPython.OMCSession import OMCSessionCmd, OMCSessionException, OMCSessionZMQ
40+
from OMPython.OMCSession import (OMCSessionCmd, OMCSessionException, OMCSessionZMQ,
41+
OMCProcessPort, OMCProcessLocal, OMCProcessDocker, OMCProcessDockerContainer)
4142

4243
# global names imported if import 'from OMPython import *' is used
4344
__all__ = [
@@ -49,4 +50,8 @@
4950
'OMCSessionCmd',
5051
'OMCSessionException',
5152
'OMCSessionZMQ',
53+
'OMCProcessPort',
54+
'OMCProcessLocal',
55+
'OMCProcessDocker',
56+
'OMCProcessDockerContainer',
5257
]

0 commit comments

Comments
 (0)