lace.Engine.load

classmethod Engine.load(path: str | bytes | PathLike) Engine

Load an Engine from a path.

Parameters:

path (PathLike) – Path to the serialized Engine.

Examples

Load an Engine from metadata

>>> from lace import Engine  
>>> engine = Engine.load("metadata.lace")