#!python
#coding: utf-8

from stp import app 
#import pdb

if __name__ == '__main__':
    #pdb.set_trace()
    app.main()
