def __init__(self): """Initialize LISC Words() object.""" # Inherit from Base Class Base.__init__(self) # Initialize a list to store results for all the erps self.result_keys = list() self.results = list()
def __init__(self): """Initialize LISC Words() object.""" # Inherit from Base Class Base.__init__(self) # Initialize a list to store results for all the erps self.result_keys = list() self.results = list() # Initialize dictionary to store db info self.meta_dat = dict()