1
0
Fork 0
mirror of synced 2024-09-09 14:10:57 +12: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