#!/usr/bin/env python

import sys
import tale.driver

driver = tale.driver.Driver()
driver.start(sys.argv[1:])
