//! Define the routes and the structure of your application using a [`Blueprint`].
//!
//! Check out the ["Project structure"](https://pavex.dev/docs/guide/project_structure) section of the
//! Pavex guide for more details on the role of [`Blueprint`] in Pavex applications.
pub use Blueprint;