Files
rfd/rfd/__init__.py
Dave Gallant 20089bc699 Add --sort-by flag to threads sub-command (#75)
* Add --sort-by flag to threads sub-command

* Add some sanity test commands to tox
2020-08-02 19:30:04 -04:00

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"