1
0
Fork 0
mirror of synced 2024-10-02 01:57:20 +13:00
bulk-downloader-for-reddit/bdfr/site_authenticator.py
OMEGARAZER 247ea5ddd0
UP009
2023-01-28 23:56:23 -05:00

8 lines
168 B
Python

#!/usr/bin/env python3
import configparser
class SiteAuthenticator:
def __init__(self, cfg: configparser.ConfigParser):
self.imgur_authentication = None