1
2
3
4
5
6
mod chars;
mod wordlist;
mod words;

pub use chars::generate_chars;
pub use words::generate_words;