1pub mod error; 2pub mod models; 3pub mod client; 4pub mod api; 5 6pub use client::Client; 7pub use error::{ModrinthError, Result}; 8