1use coda_runtime::env::Env; 2 3pub mod consts; 4 5pub fn register(env: &mut Env) { 6 consts::register(env); 7}