This commit is contained in:
UmbertoJr 2019-11-09 16:42:23 +01:00
parent 98f018f43d
commit 68e55698ca
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
import os
if 'AI' in os.getcwd():
from src.utils import *
from src.TSP_solver import *
from src.io_tsp import *
from src.utils import *
else:
from AI2019src.utils import *
from AI2019.src.TSP_solver import *
from AI2019.src.io_tsp import *
from AI2019src.utils import *