Files
Aaron LiangandGitHub 4b030214d9 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.
2026-07-15 12:26:57 +08:00

6 lines
129 B
Python

"""导出 CPA xAI OIDC 凭证生成流程的公共接口。"""
from .mint import mint_and_export
__all__ = ["mint_and_export"]