6 lines
83 B
Rust
Raw Normal View History

2025-07-25 19:42:29 +03:00
use anyhow::Result;
pub async fn main_tests_runner() -> Result<()> {
Ok(())
}