from enum import auto from mlgame.utils.enum import StringEnum class FoodTypeEnum(StringEnum): GREEN = auto() BLACK = auto()