Files
bo-ptycho/pipelines/__init__.py
T
2026-08-12 14:50:05 +09:00

8 lines
142 B
Python

from .sobo import sobo_pipeline
from .test import test_pipeline
job_types = {
'random+sobo': sobo_pipeline,
'test': test_pipeline,
}