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