pub mod error; pub mod printer; pub mod term; fn main() -> Result<(), error::Error> { Ok(()) }