reddit-image-wall-getter/showcurrentdownload.py

9 lines
144 B
Python
Executable File

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