1#![doc = include_str!("../docs/testing.md")] 2 3mod fake_llm; 4mod llm_response; 5 6pub use fake_llm::*; 7pub use llm_response::*;