6 lines
124 B
Python
6 lines
124 B
Python
|
|
"""Execution entrypoints for running evaluation scenarios."""
|
||
|
|
|
||
|
|
from .runner import run_scenario
|
||
|
|
|
||
|
|
__all__ = ["run_scenario"]
|