5 lines
131 B
Python
5 lines
131 B
Python
from Sound import Sound
|
|
|
|
class GoSpecial(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 27: "Go for the Special."''' |