1
2
3
// pub async fn get_module(name: &'static str) -> String {
//     fs::read_to_string(format!("std/{}.lua", name)).await.unwrap()
// }