Add service file

This commit is contained in:
Carlos 2024-09-28 16:31:41 -07:00
parent afcf36c941
commit 95b07c0166

4
service.py Normal file
View file

@ -0,0 +1,4 @@
import gspread
gc = gspread.service_account(filename='credentials.json')