khankashif commited on
Commit
71da86b
·
verified ·
1 Parent(s): b177b20

Create notification.py

Browse files
Files changed (1) hide show
  1. notification.py +3 -0
notification.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ def send_notification(caller_id, message):
2
+ # Logic to send notification to the caller
3
+ print(f"Sending message to {caller_id}: {message}")