#!python
# coding=utf-8

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