mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-18 00:29:11 +09:00
7 lines
180 B
Python
7 lines
180 B
Python
from .example import ExamplePtychoEngine
|
|
from .fold_slice import FoldSlicePtychoEngine
|
|
|
|
engines = {
|
|
'fake': ExamplePtychoEngine,
|
|
'fold_slice': FoldSlicePtychoEngine
|
|
} |