a start of a very noisy timer

This commit is contained in:
mb@mb 2018-10-08 20:36:16 +02:00
parent ada7623e6c
commit 7af45faa63

8
timer.py Normal file
View File

@ -0,0 +1,8 @@
import time
s = Sound()
s.read('')
while True:
time.sleep(60)
s.play()