1
2
3
4
5
#![allow(clippy::collapsible_else_if)]

pub mod config;
pub mod git;
pub mod graph;