Closed ssato closed 6 years ago
see also: #84.
Done in the git HEAD.
>>> import pathlib, anyconfig >>> p = pathlib.Path("/etc/xml/catalog") >>> x = anyconfig.load(p, ac_parser="xml") >>>
see also: #84.