1
2
3
4
5
6
pub mod block_info;
pub mod builder;
pub mod data_source;
pub mod query_data;

pub type Version = vbs::version::StaticVersion<0, 1>;