5 lines
128 B
Python
5 lines
128 B
Python
from Sound import Sound
|
|
|
|
class TheLastBall(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 12: "The last ball."''' |