1
0
Fork 0
mirror of synced 2024-10-03 10:37:57 +13:00
bulk-downloader-for-reddit/bulkredditdownloader/authenticator.py
2021-04-18 16:43:55 +03:00

7 lines
126 B
Python

#!/usr/bin/env python3
# coding=utf-8
class Authenticator:
def __init__(self):
self.imgur_authentication = None