//! Game Theory algorithms in Rust.
//!
//! This library aims to be a good place to aid theoretical research in Game Theory.
//! Therefore, correctness is the main focus.
//!
pub use ;
pub use Playable;
// #[cfg(test)]
// mod tests {
// // #[test]
// // fn it_works() {
// // assert_eq!(2 + 2, 4);
// // }
// }