Ejemplo n.º 1
0
 def start_new_table(self, html_tag, tag_style=None):
     self.current_table = Table(self.namespace, html_tag, tag_style)
     self.tables.append(self.current_table)