from enum import Enum class ModeGroups(str, Enum): STATIONARY = 's' NON_STATIONARY = 'n' ENGLISH_SPEAKING_STATIONARY = 'e'