1pub mod model; 2 3mod database; 4pub use database::DataManager; 5 6mod config; 7pub use config::Config;