__init__.pyc
1 o 2 7�HcA � @ s d Z g d�ZdS )a� Core XML support for Python. 3 4 This package contains four sub-packages: 5 6 dom -- The W3C Document Object Model. This supports DOM Level 1 + 7 Namespaces. 8 9 parsers -- Python wrappers for XML parsers (currently only supports Expat). 10 11 sax -- The Simple API for XML, developed by XML-Dev, led by David 12 Megginson and ported to Python by Lars Marius Garshol. This 13 supports the SAX 2 API. 14 15 etree -- The ElementTree XML library. This is a subset of the full 16 ElementTree XML release. 17 18 )�dom�parsers�sax�etreeN)�__doc__�__all__� r r �tC:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2800.0_x64__qbz5n2kfra8p0\lib\xml\__init__.py�<module> s