1
0
Fork 0
mirror of synced 2024-09-28 23:31:40 +12:00

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