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