def __init__(self, mygarage): """Constructor - set collection name""" GarageCollection.__init__(self, mygarage, 'shelving_units')
def __init__(self, mygarage): """Constructor - set collection name""" GarageCollection.__init__(self, mygarage, 'workbenches')
def __init__(self, mygarage): """Constructor - set collection name""" GarageCollection.__init__(self, mygarage, 'vendors')
def __init__(self, mygarage): """Constructor - set collection name""" GarageCollection.__init__(self, mygarage, 'toolchests')