Artifex/scenarios.py

7 lines
173 B
Python
Raw Permalink Normal View History

2026-08-15 13:50:24 +07:00
from __future__ import annotations
class ScenarioRunner:
async def run(self, scenario_id):
raise NotImplementedError("Scenario execution is a V2 hook in V1.")