feat: Add call results
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
9
Util/call_results.py
Normal file
9
Util/call_results.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class CallResults():
|
||||
@staticmethod
|
||||
def get_call_results():
|
||||
call_results = [
|
||||
('missed_call', 'Missed call'),
|
||||
('answered_call', 'Answered call'),
|
||||
]
|
||||
|
||||
return call_results
|
||||
Reference in New Issue
Block a user