Fusion360-Addons/python/Lib/xml/parsers/__init__.py
2021-10-31 19:12:13 +01:00

9 lines
175 B
Python

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