#!/usr/bin/env python
from helpers import executor
import sys

th = executor.Executor()
th.run(sys.argv[1:])
