use anyhow::Result; pub async fn main_tests_runner() -> Result<()> { Ok(()) }