def parse_bool(string) -> bool: return string == 'true'