5 lines
142 B
Python
5 lines
142 B
Python
from Sound import Sound
|
|
|
|
class SpecialAgain(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 19: "Once again for the special."''' |