1
2
3
4
5
pub mod charmander;
pub mod eevee;

#[cfg(test)]
mod tests;