mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-05 08:23:38 +00:00
11 lines
233 B
Python
11 lines
233 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
__title__ = "RFD CLI"
|
|
__author__ = "Dave Gallant"
|
|
__license__ = "Apache 2.0"
|
|
__copyright__ = "(c) 2018 Dave Gallant"
|
|
|
|
API_BASE_URL = "https://forums.redflagdeals.com"
|