5 lines
135 B
Python
5 lines
135 B
Python
from Sound import Sound
|
|
|
|
class TimeOver(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 16: "Sorry. The time is over."''' |