1
0
Fork 0
mirror of synced 2024-09-30 09:06:54 +13:00
bulk-downloader-for-reddit/bulkredditdownloader/site_authenticator.py

8 lines
130 B
Python
Raw Normal View History

2021-02-26 21:55:48 +13:00
#!/usr/bin/env python3
# coding=utf-8
2021-02-26 21:57:05 +13:00
class SiteAuthenticator:
2021-02-26 21:55:48 +13:00
def __init__(self):
self.imgur_authentication = None