from enum import Enum class Intent(Enum): CONTROL = 'control' EVENT = 'event'