8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
types = {
|
|
MANUAL = 'MANUAL',
|
|
AUTO = 'AUTOMATIC/ROBOT',
|
|
CVT = 'CVT'
|
|
}
|
|
|
|
return types
|