5 lines
125 B
Python
5 lines
125 B
Python
from Sound import Sound
|
|
|
|
class Naughty(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 14: "That's naughty!"''' |