refactor: enhance module documentation and improve function descriptions across the codebase

This commit is contained in:
2025-08-25 13:53:13 +05:30
parent e434c3d2e0
commit c493d72187
8 changed files with 229 additions and 65 deletions

View File

@@ -1,5 +1,9 @@
"""
Configuration constants for the Gemini Key Management script.
"""Centralized configuration for Gemini Key Management system.
Contains:
- Directory paths for credentials and logs
- API endpoint configurations
- Security scopes and schema locations
"""
import os