Removed prelude

This commit is contained in:
rendo 2026-04-01 10:37:36 +05:00
commit e53c36fd41
2 changed files with 1 additions and 6 deletions

View file

@ -6,8 +6,3 @@ pub mod genome;
pub mod arguments;
pub mod manipulations;
pub mod flow;
pub mod prelude {
pub use crate::genetics::genome::*;
pub use crate::genetics::gene::*;
}

View file

@ -1,4 +1,4 @@
use crate::genetics::{gene::GeneSource,flow::Flow, prelude::*};
use crate::genetics::{flow::Flow, gene::{GeneSource, GeneType,Gene}, genome::Genome};
pub fn peashooter_template() -> Genome {
Genome::from_edges(vec![