3b2d635390
This reverts commit 55e08f96a6
.
6 lines
71 B
Python
6 lines
71 B
Python
from . import zscore
|
|
|
|
|
|
TRENDING_ALGORITHMS = {
|
|
'zscore': zscore,
|
|
}
|