Add authenticator module

This commit is contained in:
Serene-Arc
2021-02-26 18:55:48 +10:00
committed by Ali Parlakci
parent e0d321c785
commit 28f5ea69c3

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python3
# coding=utf-8
class Authenticator:
def __init__(self):
self.imgur_authentication = None