aboutsummaryrefslogtreecommitdiffstats
path: root/PolyglotFile/__init__.py
blob: 69044ee7be18a3624c61409d6ada323ca3c0362c (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-

from .polyglotpdfzip import PolyglotPdfZip
from .polyglotpdfany import PolyglotPdfAny
from .polyglotzippdf import PolyglotZipPdf
from .polyglotszippdf import PolyglotSZipPdf
from .polyglotzipany import PolyglotZipAny