khankashif's picture
Create notification.py
71da86b verified
def send_notification(caller_id, message):
# Logic to send notification to the caller
print(f"Sending message to {caller_id}: {message}")