9 lines
72 B
Python
9 lines
72 B
Python
|
|
|
|
|
|
class Data:
|
|
|
|
def __init__(self):
|
|
self.zajeteRegaly = []
|
|
|