Use better import form

This commit is contained in:
Koen Bolhuis 2021-01-14 02:42:17 +01:00
parent 16b7d643c9
commit cce6d09b35
1 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ mod endpoint;
mod error;
pub mod models;
pub use client::Client;
pub use error::Error;
pub use crate::client::Client;
pub use crate::error::Error;