1//! Display output types for autom8. 2//! 3//! This module re-exports the output types from `output.rs` for use 4//! by other parts of the codebase. 5 6// Re-export types from output module 7pub use crate::output::{BannerColor, StoryResult};