コード例 #1
0
ファイル: PyKStuff.py プロジェクト: toadicus/PyKStuff
def search_user(args):
    for u in KerbalStuff.search_user(args.query):
        print(u)