def __init__(self, mygarage):
     """Constructor - set collection name"""
     GarageCollection.__init__(self, mygarage, 'shelving_units')
Exemple #2
0
 def __init__(self, mygarage):
     """Constructor - set collection name"""
     GarageCollection.__init__(self, mygarage, 'workbenches')
Exemple #3
0
 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')