# TableTemplet import json listener = {} class Table(): """docstring for Table""" def __init__(self): self.tb = { "type" : "table", "title" : "Table", "cols" : [], "rows" : []