Rename module
This commit is contained in:
9
bdfr/site_authenticator.py
Normal file
9
bdfr/site_authenticator.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# coding=utf-8
|
||||
|
||||
import configparser
|
||||
|
||||
|
||||
class SiteAuthenticator:
|
||||
def __init__(self, cfg: configparser.ConfigParser):
|
||||
self.imgur_authentication = None
|
||||
Reference in New Issue
Block a user