import enum class Region(enum.Enum): """ Enum for game region """ PAL = "PAL" USA = "USA" JAP = "JAP" KOR = "KOR"