use sword_rs::mgr::{new_mgr, Mgr};
fn main() {
let mgr = new_mgr();
println!("{:?}", mgr.get_modules());
}