1 2 3 4 5 6 7 8 9 10 11 12
mod adjective; mod animal; mod job; mod names; mod prefix; pub use adjective::ADJECTIVES; pub use animal::ANIMALS; pub use job::JOBS; pub use names::NAMES; pub use prefix::ANIMAL_PREFIX; pub use prefix::JOBS_PREFIX;