Skip to content

Commit 09f98b1

Browse files
committed
[__init__] make ModelicaSystemCmd available
1 parent 4cc509d commit 09f98b1

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,11 +37,12 @@
3737
"""
3838

3939
from OMPython.OMCSession import OMCSessionCmd, OMCSessionZMQ, OMCSessionException
40-
from OMPython.ModelicaSystem import ModelicaSystem, ModelicaSystemError, LinearizationResult
40+
from OMPython.ModelicaSystem import ModelicaSystem, ModelicaSystemCmd, ModelicaSystemError, LinearizationResult
4141

4242
# global names imported if import 'from OMPython import *' is used
4343
__all__ = [
4444
'ModelicaSystem',
45+
'ModelicaSystemCmd',
4546
'ModelicaSystemError',
4647
'LinearizationResult',
4748

0 commit comments

Comments
 (0)