If I\'m doing interactive work in Python and have an Enum that looks like this
Enum
from enum import Enum class UnsafeColor(Enum): RED = 1 G