//! # Bautils
//!
//! > **Bauke's Ad-hoc Utilities.**
mod cli;
mod logging;
fn main() {
cli::run();
}