diff --git a/AmpScan/__init__.py b/AmpScan/__init__.py
index 61606391bc43b2f367e663d6866705b63df441a6..a0aa12879eacbe6b2a386a390df810f893758a25 100644
--- a/AmpScan/__init__.py
+++ b/AmpScan/__init__.py
@@ -5,7 +5,3 @@ Created on Thu Dec 15 13:50:41 2016
 @author: js22g12
 """
 
-from .core import AmpObject
-from .registration import registration
-from .AmpScanGUI import AmpScanGUI
-from .socketDesignGUI import socketDesignGUI
diff --git a/AmpScan/AmpScanGUI.py b/GUIs/AmpScanGUI.py
similarity index 100%
rename from AmpScan/AmpScanGUI.py
rename to GUIs/AmpScanGUI.py
diff --git a/AmpScan/socketDesignGUI.py b/GUIs/socketDesignGUI.py
similarity index 100%
rename from AmpScan/socketDesignGUI.py
rename to GUIs/socketDesignGUI.py
diff --git a/AmpScan/surrogateModelGUI.py b/GUIs/surrogateModelGUI.py
similarity index 100%
rename from AmpScan/surrogateModelGUI.py
rename to GUIs/surrogateModelGUI.py
diff --git a/AmpScan/surrogateModelGUI_2.py b/GUIs/surrogateModelGUI_2.py
similarity index 100%
rename from AmpScan/surrogateModelGUI_2.py
rename to GUIs/surrogateModelGUI_2.py