#!/usr/bin/python2.5

from qypy import qypyApp

if __name__ == "__main__":
    app = qypyApp() 
