Model.from_template

classmethod Model.from_template(template)[source]

Create a Model instance from a template.

Parameters:
templatestr

The path to the template file.

Returns:
Model

The created Model instance.

Notes
This method is not implemented yet.