odoo/openerp/report/pyPdf/__init__.py

3 lines
63 B
Python
Raw Normal View History

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