reddit-image-wall-getter/moresubredditsabout.py

9 lines
141 B
Python
Raw Permalink Normal View History

2020-06-01 03:20:23 +00:00
#!/usr/bin/env python3
# -*- encoding: utf-8 -*-
from reddit_imgs.search_for_subreddits import main
if __name__ == '__main__':
main()