VK
Size: a a a
VK
O

AN
VK

@main.command()
@click.option('--p1', type=str, required=True)
@click.option('--p2', type=str, required=True)
...
def run(p1, p2, p3, p4, lr_bin, start_seed, round, nthreads, count):
...--help будет написано что то полезноеAN
VK
O
MF
MF
VK
MF
AN
--help будет написано что то полезноеMF
AN

{
"seed": null,
"game": {
"Create": "Round1"
},
"players": ["QuickStart",
"QuickStart"]
}AN
VK

{
"seed": null,
"game": {
"Create": "Round1"
},
"players": ["QuickStart",
"QuickStart"]
}AN
P

AN
with open(os.path.join(C_DIR_TEMPLATES, "player_qs_template.txt"), 'r', encoding='utf-8') as f:
t = f.read()