Skip to content

Commit 4ba194e

Browse files
committed
[ModelicaSystem] add docstring
1 parent 6b44870 commit 4ba194e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

OMPython/ModelicaSystem.py

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

323323

324324
class ModelicaSystem:
325+
"""
326+
Class to run OpenModelica simulations.
327+
"""
328+
325329
def __init__(
326330
self,
327331
commandLineOptions: Optional[list[str]] = None,

0 commit comments

Comments
 (0)