1#![allow(clippy::new_without_default)] 2mod generated; 3 4pub use generated::programs::SIGIL_ID as ID; 5pub use generated::*;