1
2
3
4
5
6
mod generated;
mod hooked;

pub use generated::programs::MPL_CORE_ID as ID;
pub use generated::*;
pub use hooked::*;