kerno.kerno module

The Kerno class.

class kerno.kerno.Kerno(settings: Dict[str, Dict], const: Optional[Dict[str, Any]] = None)[source]

Bases: object

Core of an application, integrating decoupled resources.

The Kerno instance is used at runtime; at startup it is instantiated by the “Eko” configurator.