diff --git a/settree/__init__.py b/settree/__init__.py index 2c3d7d4..17c8bab 100644 --- a/settree/__init__.py +++ b/settree/__init__.py @@ -1,8 +1,8 @@ -from .set_data import * -from .set_tree import * -from .gbest import * -from .set_rf import * +from settree.set_data import * +from settree.set_tree import * +from settree.gbest import * +from settree.set_rf import * -from .operations import * -from .explainability import * +from settree.operations import * +from settree.explainability import *