1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-06 19:07:49 +02:00
pdfparanoia/pdfparanoia/plugins/__init__.py

15 lines
220 B
Python
Raw Permalink 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-07 00:31:19 +01:00
from .jstor import *
from .rsc import *
from .sciencemagazine import *