Skip to content

Commit 5db0676

Browse files
committed
cleanup files
1 parent 4e9f1a4 commit 5db0676

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

ot/bsp/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
Solvers for the Binary Space Partitioning (BSP) tree based OT problem.
44
55
"""
6+
7+
from .bsp_wrap import bsp_solve, merge_plans
8+
9+
__all__ = ['bsp_solve', 'merge_plans']

ot/bsp/_solvers.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)