PyRetri/pyretri/evaluate/registry.py

6 lines
79 B
Python

# -*- coding: utf-8 -*-
from ..utils import Registry
EVALUATORS = Registry()