def write()

in tsqa/configs.py [0:0]


    def write(self):
        '''
        Write contents to disk
        '''
        with open(self.filename, 'w') as fh:
            fh.write(self.contents)