forked from LBRYCommunity/lbry-sdk
6 lines
71 B
Python
6 lines
71 B
Python
from . import zscore
|
|
|
|
|
|
TRENDING_ALGORITHMS = {
|
|
'zscore': zscore,
|
|
}
|