Skip to content

Commit 4626128

Browse files
committed
[__init__] fix imports - include OMCSession
1 parent d5ee232 commit 4626128

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OMPython/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
ModelicaSystemError,
1616
)
1717
from OMPython.OMCSession import (
18+
OMCSession,
1819
OMCSessionCmd,
1920
OMCSessionException,
2021
OMCSessionRunData,
@@ -34,6 +35,7 @@
3435
'ModelicaSystemDoE',
3536
'ModelicaSystemError',
3637

38+
'OMCSession',
3739
'OMCSessionCmd',
3840
'OMCSessionException',
3941
'OMCSessionRunData',

0 commit comments

Comments
 (0)