sund.installed_models¶
sund.installed_models()
¶
Produces a list of the names of the installed models.
Returns:
Type | Description |
---|---|
list[str]
|
A list of installed models |
Source code in src/sund/__init__.py
228 229 230 231 232 233 234 235 |
|