Closed bckohan closed 1 year ago
This should work:
class StrictFlag(IntFlagProperties, p('label'), boundary=STRICT): RED = auto(), 'red' GREEN = auto(), 'green' BLUE = auto(), 'blue'
This should work: