1 2 3 4 5
pub mod kuiper_belt; pub mod main_belt; pub use kuiper_belt::generate_kuiper_belt; pub use main_belt::generate_main_belt;