mirror of
https://github.com/c-sooyoung/bo-ptycho.git
synced 2026-09-18 00:29:11 +09:00
added SOBO
This commit is contained in:
@@ -2,16 +2,10 @@ from abc import ABC, abstractmethod
|
||||
|
||||
|
||||
class BOEngine(ABC):
|
||||
name = None
|
||||
|
||||
def __init__(self, config):
|
||||
self.config = config
|
||||
self.state = None
|
||||
|
||||
@abstractmethod
|
||||
def initialize(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def ask(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user