1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-03 01:28:05 +02:00
pdfparanoia/pdfparanoia/plugins/__init__.py
Bryan Bishop cc7d14d173 WIP of "AdBlock for Science"
The purpose of adblock for science is to remove nasty ads from papers,
which at the moment means only papers from Science Magazine as published
by the American Association for the Advancement of Science (AAAS).

I am really annoyed that I have to write an ad blocker... for science
papers.
2013-07-19 21:31:30 -05:00

15 lines
220 B
Python

# -*- coding: utf-8 -*-
"""
pdfparanoia.plugins
~~~~~~~~~~~~~~~
Scrubbing machines. Bubbles mandatory.
"""
from .aip import *
from .ieee import *
from .jstor import *
from .rsc import *
from .sciencemagazine import *