RAIMAD

raimad.is_compo_class

def is_compo_class(obj: type) -> bool:

Check whether an object is a CompoType.
Parameters
obj
The object to check
Returns
bool
True if `obj` is a class that inherits from `raimad.Compo`. False if class IS `raimad.Compo` and in all other cases.