also refactored BO to class/methods

This commit is contained in:
2026-07-13 15:10:45 +09:00
parent 31a2f88047
commit 2d5c3af7a0
3 changed files with 104 additions and 71 deletions
+2
View File
@@ -0,0 +1,2 @@
from .bo_base import BOEngine
from .random import RandomBOEngine