5 lines
134 B
Python
5 lines
134 B
Python
from Sound import Sound
|
|
|
|
class AnotherCoin(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 15: "Another coin please."''' |