mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 22:29:07 +09:00
8 lines
218 B
Python
8 lines
218 B
Python
from .base import PtychoEngine
|
|
from .ptycho_example import ExamplePtychoEngine
|
|
from .fold_slice import FoldSlicePtychoEngine
|
|
|
|
engines = {
|
|
'fake': ExamplePtychoEngine,
|
|
'fold_slice': FoldSlicePtychoEngine
|
|
} |