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