@dataclassclassHandler:""" A handler for output. Args: name (str): Name of the handler. class_type (Union[type, Tuple[type, ...]]): Classes covered by the handler. func (Callable): the function to use to handle the output. """name:strclass_type:Union[type,Tuple[type,...]]func:Callable