1
0
Fork 0
mirror of synced 2024-09-28 23:31:40 +12:00
bulk-downloader-for-reddit/bulkredditdownloader/authenticator.py

8 lines
126 B
Python
Raw Normal View History

2021-02-26 21:55:48 +13:00
#!/usr/bin/env python3
# coding=utf-8
class Authenticator:
def __init__(self):
self.imgur_authentication = None