#!/usr/bin/python

from Application import DTKApp
import sys

a = DTKApp()
a(sys.argv[1:])
