1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-03-04 07:45:48 +01:00
Files
ebook-converter/ebook_converter/ebooks/pdb/ztxt/__init__.py
2020-04-19 17:50:19 +02:00

8 lines
161 B
Python

__license__ = 'GPL v3'
__copyright__ = '2009, John Schember <john@nachtimwald.com>'
__docformat__ = 'restructuredtext en'
class zTXTError(Exception):
pass