c640bc9 066c36c c640bc9
1
2
3
4
5
6
7
8
9
10
""" Created By: ishwor subedi Date: 2023-12-30 """ from src.services.alert_service.alert_service import AlertService if __name__ == '__main__': alert_service = AlertService("resources/alert/alert.mp3") alert_service.play_alert()