from enum import Enum, auto class Feature(Enum): OVERALL_COLOR_PERCENTAGE = auto() RASTER_COLOR_PERCENTAGE = auto() CORNERS = auto() EDGES = auto() COUNTOURS = auto()