trytondo-sale_opportunity_m.../Util/interest.py
Jovany Leandro G.C bit4bit@riseup.net 5113ad0289
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
chore: se formatean archivos estilo pep8
2023-08-03 16:08:44 -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