calibre/src/pyPdf/__init__.py

3 lines
63 B
Python

from pdf import PdfFileReader, PdfFileWriter
__all__ = ["pdf"]