1 2 3 4 5 6 7
mod photo; mod photo_set; mod product; pub use photo::*; pub use photo_set::*; pub use product::*;