示例#1
0
def search_user(args):
    for u in KerbalStuff.search_user(args.query):
        print(u)