文件内容
scripts/openclaw_trent/openclaw_config/__init__.py
# Copyright (c) 2025-2026 Trent AI. All rights reserved.
# Licensed under the Trent AI Proprietary License.
"""OpenClaw configuration collection and secret redaction."""
from openclaw_trent.openclaw_config.collector import collect_openclaw_metadata
__all__ = ["collect_openclaw_metadata"]