7 lines
79 B
Python
7 lines
79 B
Python
import enum
|
|
|
|
|
|
class Package_types(enum.Enum):
|
|
fragile = 1
|
|
priority = 2
|