//! # Battery Manager for Wearable devices
//!
//! BMW is a framework for the wearable devices which based on gauge and charger
//! to manage the battery and also trigger actions by the plugins
//!
pub use *;
use crateEventType;
use ChargerBase;
use GaugeBase;