6 lines
133 B
Python
6 lines
133 B
Python
"""Public package exports for the RAG evaluation toolkit."""
|
|
|
|
from .execution.runner import run_scenario
|
|
|
|
__all__ = ["run_scenario"]
|