trytondo-sale_opportunity_m.../selections/interest.py
camilogs 9a7a95e00f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: Se renombra carpeta util y archivo municipalities
2023-08-05 16:41:13 -05:00

12 lines
320 B
Python

class Interest():
@staticmethod
def get_interest_levels():
interest_levels = [
('0', '0 - No contestó'),
('1', '1 - total desinterés'),
('2', '2 - Interés intermedio'),
('3', '3 - Interés alto, generar venta')
]
return interest_levels