sprint-econtai/pipeline/generators/estimate_histplot.py
2025-07-03 17:32:41 +02:00

6 lines
168 B
Python

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