1/*! 2Provides more complete example models. 3*/ 4 5#[doc(hidden)] 6pub mod motd; 7pub use motd::make_message_of_the_day_model; 8 9#[doc(hidden)] 10pub mod weather; 11pub use weather::make_weather_model;