VRP-System / main.py
main.py
Raw
from GA_GUI import gui as GA
from DE_GUI import GUI as DE_GUI

GA.GUI()
# DE_GUI()