Main#
- add_approval_feature(name: str, function: callable) None[source]#
 Adds a new approval feature to the list of available approval features.
- Parameters:
 name (str) – Name of the feature.
function (callable) – function that calculates the feature.
- Return type:
 None