Files
Android11_RK3568_Lubancat2/external/python/cpython2/Lib/xml/parsers/expat.py
2023-05-14 11:44:44 +00:00

5 lines
114 B
Python

"""Interface to the Expat non-validating XML parser."""
__version__ = '$Revision: 17640 $'
from pyexpat import *