mirror of
https://github.com/davegallant/rfd.git
synced 2025-11-25 19:04:17 +00:00
* fix 0 score bug and pip 10 requirements * calculate score for both topic and posts using same function.
5 lines
87 B
Python
5 lines
87 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
__version__ = '0.1.0'
|