4 lines
106 B
Python
4 lines
106 B
Python
|
class Home:
|
||
|
def __init__(self, coord):
|
||
|
self.coord = coord
|
||
|
self.collect_request = False
|