def load()

in tsqa/configs.py [0:0]


    def load(self):
        with open(self.filename, 'r') as fh:
            self.contents = fh.read()