diff --git a/qim3d/__init__.py b/qim3d/__init__.py index 9b02481bddbb70bf131324494550d5bfcd0339b9..011b64ff105f2ebd80e7ea6c377540725a314785 100644 --- a/qim3d/__init__.py +++ b/qim3d/__init__.py @@ -1,14 +1,5 @@ <<<<<<< HEAD """qim3d: A Python package for 3D image processing and visualization. -======= -import qim3d.io as io -import qim3d.gui as gui -import qim3d.viz as viz -import qim3d.utils as utils -import qim3d.models as models -import qim3d.process as process -import logging ->>>>>>> 1622d378193877cb85f53b1a05207088b3f3cf0a The qim3d library is designed to make it easier to work with 3D imaging data in Python. It offers a range of features, including data loading and manipulation,