from enum import Enum class Command(Enum): QUIT = 0 SELECT_GAME = 1 SCORE = 2