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