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::*;
}