Contents:
Engine
Engine.load()
Load an Engine from a path.
path (PathLike) – Path to the serialized Engine.
Examples
Load an Engine from metadata
>>> from lace import Engine >>> engine = Engine.load("metadata.lace")