Files
2026-04-30 21:14:48 +02:00

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"