PyRetri/pyretri/extract/registry.py

8 lines
136 B
Python

# -*- coding: utf-8 -*-
from ..utils.registry import Registry
EXTRACTORS = Registry()
SPLITTERS = Registry()
AGGREGATORS = Registry()