base django_spire.contrib.sync.file.reader.base Reader Bases: Protocol read Source code in django_spire/contrib/sync/file/reader/base.py 10def read(self, file_path: str | Path) -> list[dict[str, Any]]: ...