Index
The mixins package provides reusable mixin classes that encapsulate common behaviors
shared across multiple entity types in the Merlin system.
These mixins are designed to be composed into larger classes (e.g., entity models or entity managers) without enforcing inheritance from a shared base, offering lightweight extensions to class behavior.
Modules:
| Name | Description |
|---|---|
name.py |
Defines the |
queue_management.py |
Defines the
|
run_management.py |
Defines the
|