Skip to main content

osp_cli/
runtime.rs

1//! Compatibility shim for runtime types while callers move under [`crate::app`].
2
3pub use crate::app::runtime::*;
4pub use crate::app::session::{
5    AppSession, DebugTimingBadge, DebugTimingState, LastFailure, ReplScopeFrame, ReplScopeStack,
6};