renamed to base

This commit is contained in:
2026-08-05 13:57:01 +09:00
parent 8aae3fdf42
commit 6e74a3b616
7 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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):