Files
INTUIA/Programa final/Python-3.10.15/Lib/xml/parsers/__init__.py
T

9 lines
167 B
Python
Raw Normal View History

2026-03-15 13:27:50 +00:00
"""Python interfaces to XML parsers.
This package contains one module:
expat -- Python wrapper for James Clark's Expat parser, with namespace
support.
"""