9 lines
228 B
Python
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'
|