HPI/github/__main__.py
2019-09-19 23:19:27 +01:00

4 lines
67 B
Python

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