#![allow(unused)]
mod abigen;
pub(crate) mod common;
#[cfg(feature = "abigen")]
mod console;
mod contract;
mod contract_call;
fn main() {}