mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
5 lines
175 B
Python
5 lines
175 B
Python
# flake8: noqa: F401, E501
|
|
from .circular import CircularSummarizer # noqa: F401
|
|
from .default import DefaultSummarizer # noqa: F401
|
|
from .subjective import * # noqa: F401
|