#!/usr/bin/python

from Pyrite.Application import PyriteCLIAppContext

if __name__ == '__main__':
    c = PyriteCLIAppContext()
    c()
    
