sprint-econtai/pipeline/generators/estimate_histplot.py
Félix Dorn 2da206d368 init
2025-07-03 16:26:30 +02:00

6 lines
186 B
Python

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