/* mod.rs
* Eryn Wells <eryn@erynwells.me>
*/
pub use self::boolean::Boolean;
pub use self::number::Number;
pub mod boolean;
pub mod number;