1
0
Fork 0
mirror of synced 2024-05-20 20:22:43 +12:00
bulk-downloader-for-reddit/bdfr/site_authenticator.py
2021-04-18 16:44:52 +03:00

10 lines
183 B
Python

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