in spectator/writer/file_writer.py [0:0]
def __init__(self, location: str, file: TextIO) -> None: super().__init__() self._logger.debug("initialize FileWriter to %s", location) self._file = file