sund.import_model¶
sund.import_model(model: str) -> type[ModelObject]
Imports the compiled class of an installed model.
Parameters¶
model
- Name of the model to import.
Return type¶
type[ModelObject]
Return value¶
The ModelObject class
sund.import_model(model: str) -> type[ModelObject]
Imports the compiled class of an installed model.
model
type[ModelObject]
The ModelObject class