mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 17:19:08 +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
|
|
} |