Add empty authenticator

This commit is contained in:
Serene-Arc
2021-03-09 15:51:06 +10:00
committed by Ali Parlakci
parent 735833503f
commit 7d30af3559
2 changed files with 6 additions and 4 deletions

View File

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