use std::path::PathBuf; mod init; mod node; pub fn default_config_path() -> PathBuf { todo!() }