1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-10 04:39:51 +02:00
pdfparanoia/pdfparanoia/plugins/__init__.py

13 lines
150 B
Python
Raw Normal View History

2013-02-05 10:10:14 +01:00
# -*- coding: utf-8 -*-
"""
pdfparanoia.plugins
~~~~~~~~~~~~~~~
Scrubbing machines. Bubbles mandatory.
"""
from .aip import *
2013-02-05 11:49:56 +01:00
from .ieee import *
2013-02-05 10:10:14 +01:00