1
0
Fork 0
mirror of synced 2024-05-19 11:42:40 +12:00
bulk-downloader-for-reddit/bdfr/site_authenticator.py

10 lines
192 B
Python
Raw Permalink Normal View History

2021-02-26 21:55:48 +13:00
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
2021-02-26 21:55:48 +13:00
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