pub(crate) mod logic;
#[path = "http.rs"]
mod http;
#[allow(
unused_imports,
reason = "utoipa's OpenApi derive resolves this hidden __path_cleanup_workbenches type via crate::routes::cleanup_workbenches::__path_cleanup_workbenches, generated by #[utoipa::path] on the re-exported handler below"
)]
pub use http::{__path_cleanup_workbenches, cleanup_workbenches};