Rename module

This commit is contained in:
Serene-Arc
2021-04-18 16:44:52 +03:00
committed by Ali Parlakci
parent 3da58dbd5d
commit bd9f276acc
57 changed files with 139 additions and 139 deletions
+9
View 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