diff --git a/config/__init__.py b/src/config/__init__.py similarity index 100% rename from config/__init__.py rename to src/config/__init__.py diff --git a/config/setting.py b/src/config/setting.py similarity index 100% rename from config/setting.py rename to src/config/setting.py diff --git a/tutorials/RecommenderSystems/rs_rating_demo.py b/src/tutorials/RecommenderSystems/rs_rating_demo.py similarity index 100% rename from tutorials/RecommenderSystems/rs_rating_demo.py rename to src/tutorials/RecommenderSystems/rs_rating_demo.py diff --git a/tutorials/__init__.py b/src/tutorials/__init__.py similarity index 100% rename from tutorials/__init__.py rename to src/tutorials/__init__.py diff --git a/tutorials/keras/__init__.py b/src/tutorials/keras/__init__.py similarity index 100% rename from tutorials/keras/__init__.py rename to src/tutorials/keras/__init__.py diff --git a/tutorials/keras/brat_tag.py b/src/tutorials/keras/brat_tag.py similarity index 100% rename from tutorials/keras/brat_tag.py rename to src/tutorials/keras/brat_tag.py diff --git a/tutorials/keras/text_NER.py b/src/tutorials/keras/text_NER.py similarity index 100% rename from tutorials/keras/text_NER.py rename to src/tutorials/keras/text_NER.py diff --git a/tutorials/tool/DecisionTree_getInfoGain.py b/src/tutorials/tool/DecisionTree_getInfoGain.py similarity index 100% rename from tutorials/tool/DecisionTree_getInfoGain.py rename to src/tutorials/tool/DecisionTree_getInfoGain.py diff --git a/tutorials/tool/python2libsvm.py b/src/tutorials/tool/python2libsvm.py similarity index 100% rename from tutorials/tool/python2libsvm.py rename to src/tutorials/tool/python2libsvm.py