def group(cls): return attr.ib( default=None, metadata={CNF_KEY: _ConfigEntry(None, None, cls, True)} )