7 lines
71 B
Python
7 lines
71 B
Python
|
from . import zscore
|
||
|
|
||
|
|
||
|
TRENDING_ALGORITHMS = {
|
||
|
'zscore': zscore,
|
||
|
}
|