Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/et_xmlfile/__init__.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1from __future__ import absolute_import
3from .xmlfile import xmlfile
5# constants
6__version__ = '1.1.0'
8__author__ = 'See ATUHORS.txt'
9__license__ = 'MIT'
10__author_email__ = 'charlie.clark@clark-consulting.eu'
11__url__ = 'https://foss.heptapod.net/openpyxl/et_xmlfile'