from __future__ import absolute_import, division, print_function, unicode_literals __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal ' """ This package contains code to convert HTML ebooks to LRF ebooks. """ __docformat__ = "epytext" __author__ = "Kovid Goyal "