diff --git a/timer.py b/timer.py new file mode 100644 index 0000000..7c6dc55 --- /dev/null +++ b/timer.py @@ -0,0 +1,8 @@ +import time + +s = Sound() +s.read('') + +while True: + time.sleep(60) + s.play() \ No newline at end of file