Files
BDFR_Web/bulkredditdownloader/authenticator.py
2021-04-18 16:43:55 +03:00

8 lines
126 B
Python

#!/usr/bin/env python3
# coding=utf-8
class Authenticator:
def __init__(self):
self.imgur_authentication = None