1 2 3 4 5 6 7 8 9
mod artifact; mod backend; mod extension; mod tool; pub use extension::install; pub(crate) const IMAGE_GEN_NAMESPACE: &str = "image_gen"; pub(crate) const IMAGEGEN_TOOL_NAME: &str = "imagegen";