1 2 3 4 5
pub mod interpreter; pub mod prelude { #[allow(unused_imports)] pub use crate::setup::interpreter::ReadShebang; }