pub fn add_node() -> &'static str {
"add_node"
}
pub fn connect_nodes() -> &'static str {
"connect_nodes"
}
pub fn get_resources() -> &'static str {
"get_resources"
}
pub fn resources_file_name() -> &'static str {
"resources.json"
}
pub fn self_module_name() -> &'static str {
"graphflo"
}