// FILE: lib.rs
// PURPOSE: Root module for PYTHON_SCRIPT_RUNNER
// GOAL: Re-export public APIs for external consumers
// RUNS TO: External crates via cargo crate usage
// ═══════════════════════════════════════════════════════════════════════════════
// SECTION MAP
// ═══════════════════════════════════════════════════════════════════════════════
// python_script_runner → Execute Python scripts from Rust with async support
// ═══════════════════════════════════════════════════════════════════════════════