1
2
3
4
5
6
mod dna;
mod gene;
mod utils;

pub use crate::dna::DNA;
pub use crate::gene::Gene;