Spaces:
Running
Running
File size: 384 Bytes
55ecbeb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | from __future__ import annotations
from app.services.google_scope_service import GoogleScopeService
SOURCE = "google_scopes_data.GOOGLE_APIS (in-memory Python object structure)"
REFERENCE = "https://developers.google.com/identity/protocols/oauth2/scopes"
GENERATED = "2026-08-02"
_service = GoogleScopeService()
def get_scope_service() -> GoogleScopeService:
return _service
|