1
2
3
4
5
6
7
8
/// The purpose of this module is to alleviate imports of XmrsPlayer module parts
///
/// ```
/// #![allow(unused_imports)]
/// use xmrsplayer::prelude::*;
/// ```
///
pub use crate::xmrsplayer::XmrsPlayer;