flow-pilot / backend /integrations /sheets_client.py
DevelopedBy-Siva
setup the initial app and deploy
83fe4f9
class SheetsClient:
def read_rows(self, spreadsheet_id: str, sheet_name: str) -> list[dict]:
return []