use std::*; mod fun; mod imp; mod mcr; mod str; mod trt; mod tst; pub(crate) use crate::str::die::O as Die; pub(crate) use crate::str::failed_to::E as FailedTo; pub(crate) use crate::str::handful::O as Handful;