Added multireddits to readme.

This commit is contained in:
Michael Lazar
2015-03-07 23:22:05 -08:00
parent b992645906
commit 256151fa1b
3 changed files with 12 additions and 9 deletions

7
rtv/__main__.py Normal file
View File

@@ -0,0 +1,7 @@
# Entry point for rtv module
# Run by moving into the top level directory (the one with setup.py)
# and typing "python -m rtv"
from rtv.main import main
main()