master > master: code py - main umgezogen

This commit is contained in:
RD 2022-06-09 15:43:28 +02:00
parent 7c857c51ed
commit cc7cf3c8c7

View File

@ -12,7 +12,7 @@ os.chdir(os.path.join(os.path.dirname(__file__), '..'));
sys.path.insert(0, os.getcwd()); sys.path.insert(0, os.getcwd());
from src.core.log import *; from src.core.log import *;
from src.local.maths import *; from src.thirdparty.maths import *;
from src.graphs.graph import *; from src.graphs.graph import *;
from src.graphs.tarjan import *; from src.graphs.tarjan import *;
from src.travel.naive import *; from src.travel.naive import *;