pub(super) use super::{constants, input, output, spec};

pub(crate) mod backend;

pub use backend::BashExecutor;