trytondo-sale_opportunity_m.../selections/call_results.py

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