git_plumber/
lib.rs

1pub mod cli;
2pub mod core;
3pub mod educational_content;
4pub mod git;
5pub mod tui;
6pub mod version;
7
8pub use core::GitPlumber;