mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 20:29:07 +09:00
8 lines
142 B
Python
8 lines
142 B
Python
from .sobo import sobo_pipeline
|
|
from .test import test_pipeline
|
|
|
|
job_types = {
|
|
'random+sobo': sobo_pipeline,
|
|
'test': test_pipeline,
|
|
}
|