Files
flippr-game/sounds/LowScore.py
Jonas Zeunert ef7acb7246 bub
2022-09-03 19:43:28 +02:00

5 lines
127 B
Python

from Sound import Sound
class LowScore(Sound):
def __init__(self):
self.name = '''Speech 9: "What a low score!"'''