//! EVM deployment to Miro.
//!
//! Only [`auto_deploy`] lives here now. The earlier functions in this module —
//! `deploy_co_frames`, `deploy_co_screenshots`, `deploy_source_code_screenshots`
//! — belonged to the code-overhaul workflow, where a human placed screenshots
//! and drew the arrows by hand. `auto_deploy` computes the whole layout, so
//! there is nothing left for them to do.
use ;
;
pub type EvmMiroResult<T> = Result;