reddit-image-wall-getter/showfetchworkersstate.py

9 lines
141 B
Python
Raw Normal View History

2020-06-05 22:19:45 +00:00
#!/usr/bin/env python3
# -*- encoding: utf-8 -*-
from reddit_imgs.display_fetch_futures import main
if __name__ == '__main__':
main()