rocioadlc commited on
Commit
de6d2f2
1 Parent(s): bf68858

Create constants.py

Browse files
Files changed (1) hide show
  1. constants.py +16 -0
constants.py ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ BATTERY = 0
2
+ BIOLOGICAL = 1
3
+ BROWN-GLASS = 2
4
+ CARDBOARD = 3
5
+ CLOTHES= 4
6
+ GREEN-GLASS = 5
7
+ METAL = 6
8
+ PAPER =7
9
+ PLASTIC =8
10
+ SHOES = 9
11
+ TRASH = 10
12
+ WHITE-GLASS = 11
13
+
14
+ DIM1 = 384
15
+ DIM2 = 512
16
+