2021-11-12 00:29:52 +05:00

8 lines
95 B
Plaintext

types = {
MANUAL = 'MANUAL',
AUTO = 'AUTOMATIC/ROBOT',
CVT = 'CVT'
}
return types