pub fn fetch_file(fname: &str) -> Result<Vec<(Vec<String>, Value)>, LibError>
Fetch a .properties file from a provided path and parse it
.properties
fname
Vec<Entry>
LibError