Пример #1
0
def _list(*args):
    warehouse = Warehouse()
    for box in warehouse.boxes():
        print(box.name)