from . import feedbin from . import feedly from ._rss import Subscription # TODO google reader? def get_history(): """ It's useful to keep track of websites you unsubscribed from too, so you don't try to subscribe again (or at least take into account why you unsubscribed before) """ pass