trytondo-sale_opportunity_m.../selections/call_results.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

10 lines
223 B
Python

class CallResults():
@staticmethod
def get_call_results():
call_results = [
('missed_call', 'Missed call'),
('answered_call', 'Answered call'),
]
return call_results