You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
187 B
9 lines
187 B
8 years ago
|
class CAR:
|
||
|
PRIUS = "TOYOTA PRIUS 2017"
|
||
|
RAV4 = "TOYOTA RAV4 2017"
|
||
|
|
||
|
class ECU:
|
||
|
CAM = 0 # camera
|
||
|
DSU = 1 # driving support unit
|
||
|
APGS = 2 # advanced parking guidance system
|