Spaces:
Running
Running
| 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 | |