InterfaceManager module¶
- class InterfaceManager.InterfaceManager(app, interfaces)¶
Bases:
object
The Interface Manager. The class where all interfaces can be found and loaded with the Hekate Interface Framework.
- load(name)¶
load Loads the specified interface from the in the initation defined dictionary
- Parameters
name (str) – The name of the interface
- unload(name)¶
unload Unloads the specified interface.
- Parameters
name (str) – The name of the interface to unload