Skip to content

Commit 25407db

Browse files
committed
[ModelicaSystem] add docstring
1 parent 42c4f87 commit 25407db

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
@@ -319,6 +319,10 @@ def parse_simflags(simflags: str) -> dict[str, Optional[str | dict[str, Any] | n
319319

320320

321321
class ModelicaSystem:
322+
"""
323+
Class to run OpenModelica simulations.
324+
"""
325+
322326
def __init__(
323327
self,
324328
fileName: Optional[str | os.PathLike] = None,

0 commit comments

Comments
 (0)