diff --git a/boxes/generators/traylayout.py b/boxes/generators/traylayout.py index 9a335c3..8e9e837 100755 --- a/boxes/generators/traylayout.py +++ b/boxes/generators/traylayout.py @@ -330,7 +330,9 @@ class Layout(Boxes): self.floors = floors class LayoutGenerator(Layout): - """Helper class for bserver with only args for generating layout file""" + + """Type tray with each wall and floor tile being optional""" + def __init__(self): Boxes.__init__(self) self.argparser = boxes.ArgumentParser()