""" writen by shenjackyuanjie mail: 3695888@qq.com """ from bin import main if __name__ == '__main__': game = main.Game() game.start()