Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def write_text_files(self, dictionary: dict):
"""Write info to text files.
:param dictionary: The dictionary containing the values to write\
out to text files.
"""
extralife_IO.write_text_files(dictionary, self.output_folder)