Skip to content

Commit fc54d68

Browse files
committed
Merge branch 'ModelicaSystem_docstring' into v4.1.0-syntron3
2 parents 0b57c68 + 88e1754 commit fc54d68

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ def parse_simflags(simflags: str) -> dict[str, Optional[str | dict[str, Any] | n
323323

324324

325325
class ModelicaSystem:
326+
"""
327+
Class to run OpenModelica simulations.
328+
"""
329+
326330
def __init__(
327331
self,
328332
command_line: Optional[list[str]] = None,

0 commit comments

Comments
 (0)