mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-02 18:25:14 +00:00
6 lines
71 B
Python
6 lines
71 B
Python
from . import zscore
|
|
|
|
|
|
TRENDING_ALGORITHMS = {
|
|
'zscore': zscore,
|
|
}
|