Add Sounds
This commit is contained in:
5
sounds/Countdown.py
Normal file
5
sounds/Countdown.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from Sound import Sound
|
||||
|
||||
class Countdown(Sound):
|
||||
def __init__(self):
|
||||
self.name = '''Speech 4: "Five, Four, Three, Two, One."'''
|
||||
Reference in New Issue
Block a user