First thanks for GREAT work! Now work: Is there an option to "automatically" put all classes that inherit from `enums.Enum` to "Enums" group? Something that would have effect: ```python python_apigen_default_groups = [ ("enum:.*", "Enums"), ] ``` Thanks again!