This commit is contained in:
UmbertoJr 2019-10-31 19:09:18 +01:00
parent 34139a581d
commit 9687b675a7
1 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ if 'AI' in os.getcwd():
from src.TSP_solver import *
from src.io_tsp import *
else:
from AI2019.code.TSP_solver import *
from AI2019.code.io_tsp import *
from AI2019.src.TSP_solver import *
from AI2019.src.io_tsp import *