__init__.py 266 B

123456789101112
  1. from __future__ import absolute_import
  2. from .xmlfile import xmlfile
  3. # constants
  4. __version__ = '1.0.1'
  5. __author__ = 'See ATUHORS.txt'
  6. __license__ = 'MIT'
  7. __author_email__ = 'charlie.clark@clark-consulting.eu'
  8. __url__ = 'https://bitbucket.org/openpyxl/et_xmlfile'