1
0
Fork 0
mirror of synced 2024-06-02 18:34:37 +12:00
bulk-downloader-for-reddit/bdfr/site_authenticator.py
OMEGARAZER caa4421c78
ANN204
ANN204 fixes
2023-03-10 15:28:22 -05:00

9 lines
176 B
Python

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