#!/usr/bin/env python
from tsp_solver.demo import tsp
tsp.main()
