"""Execution entrypoints for running evaluation scenarios.""" from .runner import run_scenario __all__ = ["run_scenario"]