Skip to content

Commit 88e1754

Browse files
committed
[ModelicaSystem] add docstring
1 parent 7671184 commit 88e1754

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
commandLineOptions: Optional[list[str]] = None,

0 commit comments

Comments
 (0)