mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-17 18:29:07 +09:00
renamed to base
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
from .ptycho_base import PtychoEngine
|
||||
from .base import PtychoEngine
|
||||
from .ptycho_example import ExamplePtychoEngine
|
||||
from .fold_slice import FoldSlicePtychoEngine
|
||||
@@ -1,7 +1,7 @@
|
||||
from typing import Any
|
||||
import time
|
||||
import random
|
||||
from ptycho.ptycho_base import PtychoEngine
|
||||
from ptycho.base import PtychoEngine
|
||||
|
||||
class ExamplePtychoEngine(PtychoEngine):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user