1#[cfg(not(feature = "library"))] 2pub mod contract; 3mod execute; 4mod query; 5mod response; 6mod state;