5 lines
160 B
Python
5 lines
160 B
Python
from .haystack import haystack
|
|
from .haystackreducer import haystackreducer
|
|
|
|
def calltoreducer(emissions, key, join):
|
|
join[key] = haystackreducer(emissions) |