1//! Utility functions and helpers 2 3pub mod ai_scratch; 4pub mod general; 5 6// Re-export commonly used items from general 7pub use general::*;