8 lines
135 B
Python
8 lines
135 B
Python
from ..arc.arc import ARCMode
|
|
from ..truthful_qa.truthful_qa import TruthfulQAMode
|
|
|
|
__all__ = [
|
|
"ARCMode",
|
|
"TruthfulQAMode",
|
|
]
|