Files
RustPython/Lib/xml/parsers/__init__.py
2019-07-21 07:26:38 -05:00

9 lines
167 B
Python
Vendored

"""Python interfaces to XML parsers.
This package contains one module:
expat -- Python wrapper for James Clark's Expat parser, with namespace
support.
"""