odoo/bin/report/pyPdf/__init__.py

4 lines
87 B
Python

# -*- coding: utf-8 -*-
from pdf import PdfFileReader, PdfFileWriter
__all__ = ["pdf"]