Example #1
0
 def show(self):
     htmlGenerator = HTMLGenerator()
     htmlGenerator.addHTML(htmlGenerator.buildChildren(self))
     htmlGenerator.dumpHTML()
     self.initialize()