AIprojekt-wozek/Package_types.py

7 lines
79 B
Python
Raw Normal View History

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