base django_spire.contrib.sync.file.writer.base Writer Bases: Protocol write Source code in django_spire/contrib/sync/file/writer/base.py 10def write(self, file_path: str | Path, records: list[dict[str, Any]]) -> None: ...