# creates: hull.png
from runpy import run_path
run_path('ga_convex_start.py')
run_path('ga_convex_run.py')
run_path('plot_convex_hull.py')
