From 28f5ea69c3359b60eb823c79c3858b0f58b84012 Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Fri, 26 Feb 2021 18:55:48 +1000 Subject: [PATCH] Add authenticator module --- bulkredditdownloader/authenticator.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bulkredditdownloader/authenticator.py diff --git a/bulkredditdownloader/authenticator.py b/bulkredditdownloader/authenticator.py new file mode 100644 index 0000000..efe63e0 --- /dev/null +++ b/bulkredditdownloader/authenticator.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python3 +# coding=utf-8 + + +class Authenticator: + def __init__(self): + self.imgur_authentication = None