Initial commit
This commit is contained in:
1
classes/enums/__init__.py
Normal file
1
classes/enums/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .garbage_type import GarbageType
|
10
classes/enums/garbage_type.py
Normal file
10
classes/enums/garbage_type.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class GarbageType(Enum):
|
||||
BIO = 0
|
||||
PLASTIC = 1
|
||||
PAPER = 2
|
||||
GENERAL = 3
|
||||
GLASS = 4
|
||||
UNSPECIFIED = 5
|
Reference in New Issue
Block a user