Module wiring: declares the contract’s modules and re-exports.
Live source from contracts/oracle/src/lib.rs (7 lines). Generated from the deployed contract code.
pub mod contract;
pub mod error;
pub mod msg;
pub mod state;

pub use crate::error::ContractError;