class SheetsClient: def read_rows(self, spreadsheet_id: str, sheet_name: str) -> list[dict]: return []