parent
4a84ecabed
commit
a0032835f3
|
@ -51,7 +51,10 @@
|
|||
//! Errors used across helios.
|
||||
|
||||
pub mod client {
|
||||
pub use client::{database::FileDB, Client, ClientBuilder};
|
||||
pub use client::{
|
||||
database::{ConfigDB, FileDB},
|
||||
Client, ClientBuilder,
|
||||
};
|
||||
}
|
||||
|
||||
pub mod config {
|
||||
|
|
Loading…
Reference in New Issue