1 2 3 4 5 6 7
pub mod config; pub mod gif; pub mod open; pub use config::config_it; pub use gif::gif_it; pub use open::{open_it, print_config};