1
2
3
4
5
6
#[allow(dead_code)]
#[allow(unused_variables)]
pub mod client;
pub mod error;
pub mod model;
pub mod prelude;