plpipes.action.registry#
register_class(action_type, action_class, *suffixes)
#
Register a new action class with its associated action type and suffixes.
Parameters: action_type (str): The type of action being registered. action_class (type): The class that implements the action. suffixes (str): One or more file suffixes associated with the action type.