Skip to content

Commit 1aa0990

Browse files
committed
[__init__] add missing definitions for *Runner classes
1 parent d8e70d8 commit 1aa0990

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

OMPython/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
ModelicaSystemDoE,
2020
ModelicaDoEOMC,
2121
ModelicaSystemError,
22+
ModelicaSystemRunner,
23+
ModelicaDoERunner,
2224

2325
doe_get_solutions,
2426
)
@@ -57,6 +59,9 @@
5759
'ModelicaDoEOMC',
5860
'ModelicaSystemError',
5961

62+
'ModelicaSystemRunner',
63+
'ModelicaDoERunner',
64+
6065
'OMPathABC',
6166
'OMCPath',
6267

0 commit comments

Comments
 (0)