Files
bacaan_tulisan_arab/base/api/calltoreducer.py
2022-03-21 00:07:28 +08:00

5 lines
160 B
Python

from .haystack import haystack
from .haystackreducer import haystackreducer
def calltoreducer(emissions, key, join):
join[key] = haystackreducer(emissions)