SI_InteligentnyWozekWidlowy/data/CATEGORY.py

7 lines
85 B
Python

from enum import Enum
class CATEGORY(Enum):
PIZZA = 1
PASTA = 2
EGG = 3