avl._core.model module

class avl._core.model.Model(*args: Any, **kwargs: Any)[source]
__init__(name: str, parent: Component) None[source]

Initialize the AVL model component.

Parameters:
  • name (str) – Name of the model.

  • parent (Component) – Parent component of the model.