1
2
3
4
5
6
7
#![allow(clippy::module_name_repetitions)]

mod check;
mod cli;

pub use check::run;
pub use cli::Cli;