1
2
3
4
/// Module for structs, used to store lvel data
pub mod level;
/// Module for structs, used to store generator data
pub mod generator;