Skip to content

Commit 59e4f7c

Browse files
committed
fix: exposing interpolator api in module import
1 parent 8d9e8fd commit 59e4f7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LoopStructural/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
ch.setLevel(logging.WARNING)
2020
loggers = {}
2121
from .modelling.core.geological_model import GeologicalModel
22+
from .interpolators._api import LoopInterpolator
23+
from .datatypes import BoundingBox
2224
from .utils import log_to_console, log_to_file, getLogger
2325

2426
logger = getLogger(__name__)

0 commit comments

Comments
 (0)