1 2 3 4 5 6 7
pub mod universe; pub mod config; pub use self::universe::Universe; pub use self::config::Config; pub use self::config::StopCondition;