Add BMM_Theory: bmm_theory/branches/__init__.py
This commit is contained in:
4
BMM/BMM_Theory/bmm_theory/branches/__init__.py
Normal file
4
BMM/BMM_Theory/bmm_theory/branches/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .merge_batch import MergeBatchBranch
|
||||
from .iter_batch import IterBatchBranch
|
||||
|
||||
__all__ = ["MergeBatchBranch", "IterBatchBranch"]
|
||||
Reference in New Issue
Block a user