TextFile mixin classes.
TextFileReader mixin class.
Load a text file from the file system and return it as a string.
text_file_location (Union[Path, str]) – The path to the source file.
Union
Path
str
The loaded string object.
TextFileWriter mixin class.
text_file_content (str) – The content to write to the file.
None