mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 00:58:14 +00:00
Add --sort-by flag to threads sub-command (#75)
* Add --sort-by flag to threads sub-command * Add some sanity test commands to tox
This commit is contained in:
8
rfd/posts.py
Normal file
8
rfd/posts.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# pylint: disable=old-style-class
|
||||
|
||||
|
||||
class Post:
|
||||
def __init__(self, body, score, user):
|
||||
self.body = body
|
||||
self.score = score
|
||||
self.user = user
|
Reference in New Issue
Block a user