calibre/src/pyPdf/__init__.py

2 lines
63 B
Python

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