1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/*!
Provides more complete example models.
*/

#[doc(hidden)]
pub mod motd;
pub use motd::make_message_of_the_day_model;

#[doc(hidden)]
pub mod weather;
pub use weather::make_weather_model;