#!python
# coding=utf-8

if __name__ == '__main__':
    import wypp.runner
    wypp.runner.main(globals())
