"""Utilities for Xero-specific flows.

This package contains helper modules used by Xero attach-files and
supporting document automation flows.
"""

# Re-export primary entrypoint for convenience
try:
    from .attach_files_flow import run_xero_attach_files_flow  # noqa: F401
except Exception:
    # Defer import errors to call sites
    pass


