5 lines
116 B
Python
5 lines
116 B
Python
from Sound import Sound
|
|
|
|
class Seconds(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 3: "Seconds"''' |