diff --git a/src/__init__.py b/src/__init__.py index 73a3036..caa9d21 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -9,5 +9,7 @@ if 'AI' in os.getcwd(): else: from AI2019.src.utils import * + from AI2019.src.constructive_algorithms import * + from AI2019.src.local_search import * from AI2019.src.TSP_solver import * from AI2019.src.io_tsp import *