4 lines
94 B
Python
4 lines
94 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from .PyPDF2 import PdfFileReader, PdfFileWriter
|
|
from .pdf import Pdf |