HPI/reddit/__main__.py
2018-09-04 22:11:49 +04:00

4 lines
67 B
Python

from reddit import get_events
for e in get_events():
print(e)