//! Exports all modules regarding the official CurseForge API.
//!
//! It is recommended to use the [`prelude`].
pub use crateError;
pub use Client;
/// All members defined within this crate are re-exported flatly at this path
/// for convenience.