From 12e939b855518f3187c07f7cee6d131027e267e0 Mon Sep 17 00:00:00 2001
From: s233039 <s233039@student.dtu.dk>
Date: Wed, 18 Sep 2024 17:04:01 +0200
Subject: [PATCH] Update __init__.py

---
 qim3d/__init__.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/qim3d/__init__.py b/qim3d/__init__.py
index 9b02481b..011b64ff 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,
-- 
GitLab