Add authenticator module
This commit is contained in:
7
bulkredditdownloader/authenticator.py
Normal file
7
bulkredditdownloader/authenticator.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# coding=utf-8
|
||||||
|
|
||||||
|
|
||||||
|
class Authenticator:
|
||||||
|
def __init__(self):
|
||||||
|
self.imgur_authentication = None
|
||||||
Reference in New Issue
Block a user