//! Script-facing debugger facade.
//!
//! This module intentionally exposes a small, stable object model over the
//! debugger rather than binding directly to the TUI/REPL state internals. Python
//! scripting can wrap these types later without coupling Python users to private
//! Rust implementation details.
pub use test_debugger;
pub use ;
pub use PythonScriptSession;