Skip to content

Commit 632924f

Browse files
committed
[OMCSessionRunData] add to __init__
1 parent 200c25c commit 632924f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OMPython/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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, OMCSessionRunData, OMCSessionZMQ,
4141
OMCProcessPort, OMCProcessLocal, OMCProcessDocker, OMCProcessDockerContainer,
4242
OMCProcessWSL)
4343

@@ -50,6 +50,7 @@
5050

5151
'OMCSessionCmd',
5252
'OMCSessionException',
53+
'OMCSessionRunData',
5354
'OMCSessionZMQ',
5455
'OMCProcessPort',
5556
'OMCProcessLocal',

0 commit comments

Comments
 (0)