mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-07 15:53:12 +00:00
8 lines
124 B
Rust
8 lines
124 B
Rust
|
|
use crate::sequencer_mock::MockedSequencer;
|
||
|
|
|
||
|
|
mod sequencer_mock;
|
||
|
|
|
||
|
|
fn main() {
|
||
|
|
let sequencer = MockedSequencer::new();
|
||
|
|
}
|