Skip to content

Commit 2c016b2

Browse files
authored
add OMCPath to the public interface (#396)
1 parent 111d877 commit 2c016b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

OMPython/__init__.py

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

39+
'OMCPath',
40+
3841
'OMCSession',
3942
'OMCSessionCmd',
4043
'OMCSessionException',

0 commit comments

Comments
 (0)