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

5 lines
107 B
Python

from .estimate_histplot import generate_estimate_histplot
GENERATORS = [
generate_estimate_histplot
]