//! # BrasilAPI rust client wrapper
//!
//! ## Why I created this?
//! * Well, I plan to use this API at the company I do work
//! * I'm very exhausted to use any language we have on current stack (c#, python, javascript), for real...
//! * A friend of mine talk about Rust every single day
//!
//! ## This code resembles X
//! Yes, probably, event reading some of the official documentation, I checked some cargo SDKs and wrappers, because I plan to use it soon
//! Sorry, I cheated :(
//!
extern crate lazy_static;
/**
This module should be used to get the Helper Client
*/
pub use crate*;