mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-06 23:33:10 +00:00
6 lines
83 B
Rust
6 lines
83 B
Rust
|
|
use anyhow::Result;
|
||
|
|
|
||
|
|
pub async fn main_tests_runner() -> Result<()> {
|
||
|
|
Ok(())
|
||
|
|
}
|