HPI/my/rss.py
Dima Gerasimov 35b6d6ff97 initial rss
2019-09-30 19:50:58 +01:00

12 lines
311 B
Python

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