#!/usr/bin/env python3 # -*- encoding: utf-8 -*- from reddit_imgs.download_pruner import main if __name__ == '__main__': main()