1
0
Fork 0
mirror of synced 2024-06-02 18:34:37 +12:00
bulk-downloader-for-reddit/bdfr/site_authenticator.py

10 lines
183 B
Python
Raw Normal View History

2021-02-26 21:55:48 +13:00
#!/usr/bin/env python3
# coding=utf-8
2021-03-09 18:51:06 +13:00
import configparser
2021-02-26 21:55:48 +13:00
2021-02-26 21:57:05 +13:00
class SiteAuthenticator:
2021-03-09 18:51:06 +13:00
def __init__(self, cfg: configparser.ConfigParser):
2021-02-26 21:55:48 +13:00
self.imgur_authentication = None