add BOPFeatures to BOPTools __init__.py

This commit is contained in:
Álvaro González Vila
2024-08-28 19:40:53 +02:00
committed by Yorik van Havre
parent ac253463c1
commit a6980be400

View File

@@ -30,6 +30,7 @@ BOP-like operations"""
# \ingroup PART
__all__ = [
"BOPFeatures",
"GeneralFuseResult",
"JoinAPI",
"JoinFeatures",
@@ -41,6 +42,7 @@ __all__ = [
def importAll():
"importAll(): imports all modules of BOPTools package"
from . import BOPFeatures
from . import GeneralFuseResult
from . import JoinAPI
from . import JoinFeatures