AIprojekt-wozek/Package_types.py

7 lines
79 B
Python

import enum
class Package_types(enum.Enum):
fragile = 1
priority = 2