def __init__(self,title): self.database = tpfdb() # table, plot and fig database
def __init__(self,model,logfile=None): self.model = model ### define the input file self.logfile = logfile self.results = plots.tpfdb()
def __init__(self, title): self.database = tpfdb() # table, plot and fig database