engine

Handles loading and accessing of engines

Attributes:
current

The module of the currently loaded engine.

fireform.engine.load(name)

Load an engine.

This should not be called more than once per program execution.

Parameters:
name: string

The name of the engine. Currently, only the 'pyglet' engine is valid.