8 lines
108 B
Python
8 lines
108 B
Python
|
|
class Home:
|
|
def __init__(self):
|
|
self.items = []
|
|
|
|
def look_into_mirror(self, player):
|
|
return ""
|