PyRetri/pyretri/extract/registry.py

8 lines
136 B
Python
Raw Normal View History

2020-04-02 14:00:49 +08:00
# -*- coding: utf-8 -*-
from ..utils.registry import Registry
EXTRACTORS = Registry()
SPLITTERS = Registry()
AGGREGATORS = Registry()