Files
truepolyglot/PolyglotFile/__init__.py
2019-07-06 22:58:49 +02:00

9 lines
243 B
Python

# -*- coding: utf-8 -*-
from .polyglotpdfzip import PolyglotPdfZip
from .polyglotpdfany import PolyglotPdfAny
from .polyglotzippdf import PolyglotZipPdf
from .polyglotszippdf import PolyglotSZipPdf
from .polyglotzipany import PolyglotZipAny