from ..run import Run from pathlib import Path from typing import Generator def generate_estimate_histplot(run: Run, output_dir: Path) -> Generator[Path]: raise NotImplementedError