init
This commit is contained in:
commit
2da206d368
17 changed files with 955 additions and 0 deletions
5
pipeline/generators/__init__.py
Normal file
5
pipeline/generators/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from .estimate_histplot import generate_estimate_histplot
|
||||
|
||||
GENERATORS = [
|
||||
generate_estimate_histplot
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue