d766aae436
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: frenck <[email protected]>
7 lines
167 B
Python
7 lines
167 B
Python
"""Constants for Google Sheets integration."""
|
|
|
|
DOMAIN = "google_sheets"
|
|
|
|
DEFAULT_NAME = "Google Sheets"
|
|
DEFAULT_ACCESS = "https://www.googleapis.com/auth/drive.file"
|