New templates
This commit is contained in:
parent
a9615c07a7
commit
aa27328286
7 changed files with 63 additions and 164 deletions
|
|
@ -1,14 +1,11 @@
|
|||
#[cfg(test)]
|
||||
mod tests;
|
||||
pub mod plant_templates;
|
||||
pub mod edge;
|
||||
pub mod gene;
|
||||
pub mod genome;
|
||||
pub mod genome_builder;
|
||||
pub mod arguments;
|
||||
|
||||
pub mod prelude {
|
||||
pub use crate::genetics::edge::*;
|
||||
pub use crate::genetics::genome::*;
|
||||
pub use crate::genetics::gene::*;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue