I have an enum class for storing some categorical values like this.
class Fields(str, Enum): text = "text" para = "para" image