Reestructured project for ordered growth and scaling
diff --git a/DeReKo/turku_client_parser.py b/DeReKo/turku_client_parser.py
index 6b09426..0eba137 100644
--- a/DeReKo/turku_client_parser.py
+++ b/DeReKo/turku_client_parser.py
@@ -2,8 +2,8 @@
 import subprocess, json, time
 import glob, logging
 import os.path, sys
-from my_utils import *
-from CoNLL_Annotation import CoNLLUP_Token
+from my_utils.file_utils import *
+from lib.CoNLL_Annotation import CoNLLUP_Token
 
 # TODO: Add logging instead of Prints!