Skip to content

Commit 9a3a3f0

Browse files
committed
add OMCPath to the public interface
1 parent 76b73e5 commit 9a3a3f0

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
OMCSessionCmd,
1920
OMCSessionException,
2021
OMCSessionRunData,
@@ -34,6 +35,8 @@
3435
'ModelicaSystemDoE',
3536
'ModelicaSystemError',
3637

38+
'OMCPath',
39+
3740
'OMCSessionCmd',
3841
'OMCSessionException',
3942
'OMCSessionRunData',

0 commit comments

Comments
 (0)