feat: Se crea diferenciación de tipos de llamadas
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
9
Util/call_types.py
Normal file
9
Util/call_types.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class CallTypes():
|
||||
@staticmethod
|
||||
def get_call_types():
|
||||
call_types = [
|
||||
('first_call', 'First call'),
|
||||
('followup_call', 'Follow up call'),
|
||||
]
|
||||
|
||||
return call_types
|
||||
Reference in New Issue
Block a user