Files
Touchh/.venv/lib/python3.10/site-packages/et_xmlfile/__init__.py
2024-12-06 10:45:08 +09:00

9 lines
228 B
Python

from .xmlfile import xmlfile
# constants
__version__ = '2.0.0'
__author__ = 'See AUTHORS.txt'
__license__ = 'MIT'
__author_email__ = 'charlie.clark@clark-consulting.eu'
__url__ = 'https://foss.heptapod.net/openpyxl/et_xmlfile'