| def send_notification(caller_id, message): | |
| # Logic to send notification to the caller | |
| print(f"Sending message to {caller_id}: {message}") | |
| def send_notification(caller_id, message): | |
| # Logic to send notification to the caller | |
| print(f"Sending message to {caller_id}: {message}") | |