5 lines
75 B
Python
5 lines
75 B
Python
import gspread
|
|
|
|
|
|
gc = gspread.service_account(filename='credentials.json')
|