#!/usr/bin/python

from Application import DTKCLIAppContext, DTKApp
import sys

a = DTKApp()
c = DTKCLIAppContext(a)
c()

