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