Skip to content

Commit b7e40af

Browse files
committed
[OMCSession] split file
1 parent 4d93362 commit b7e40af

6 files changed

Lines changed: 1935 additions & 1837 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
ModelExecutionData,
2727
ModelExecutionException,
2828
)
29-
from OMPython.OMCSession import (
30-
OMSessionException,
31-
OMCSessionLocal,
32-
29+
from OMPython.om_session_abc import (
3330
OMPathABC,
34-
3531
OMSessionABC,
32+
OMSessionException,
33+
)
34+
from OMPython.om_session_omc import (
35+
OMCSessionLocal,
36+
)
37+
from OMPython.om_session_runner import (
3638
OMSessionRunner,
3739
)
3840

0 commit comments

Comments
 (0)