Add Sounds
This commit is contained in:
5
sounds/TryHarder.py
Normal file
5
sounds/TryHarder.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from Sound import Sound
|
||||
|
||||
class TryHarder(Sound):
|
||||
def __init__(self):
|
||||
self.name = '''Speech 10: "Try harder!"'''
|
||||
Reference in New Issue
Block a user