docs: clarify Python module responsibilities

Rewrite the module-level descriptions for all 28 Python files and remove the obsolete integration note from grok_register_ttk.py. Verified on Python 3.9 and Python 3.12.
This commit is contained in:
Aaron Liang
2026-07-15 12:26:57 +08:00
committed by GitHub
parent 2b0fe10d5b
commit 4b030214d9
28 changed files with 41 additions and 30 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
"""Shared HTTP, proxy, and Chromium option helpers."""
"""提供共享的 HTTP 请求、代理处理和 Chromium 启动参数。"""
import os
import urllib.parse