Пример #1
0
 def __getattr__(self, tag):
     e = SubElement(self.element, tag)
     e.root = self.root
     return HTML(e)