add BOPFeatures to BOPTools __init__.py
This commit is contained in:
committed by
Yorik van Havre
parent
ac253463c1
commit
a6980be400
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user