1
2
3
4
5
6
7
8
9
10
11
12
13
stageleft::stageleft_no_entry_crate!();

pub mod quorum;
pub mod request_response;

#[stageleft::runtime]
#[cfg(test)]
mod tests {
    #[ctor::ctor]
    fn init() {
        hydro_lang::deploy::init_test();
    }
}