1
2
3
4
5
6
7
pub fn module_file_name() -> &'static str {
    "module.json"
}

pub fn submodule_path() -> &'static str {
    "submodule"
}