Feat: koharune-ami

This commit is contained in:
litagin02
2024-05-26 17:17:32 +09:00
parent 012f159ab5
commit 1b656b37fa
8 changed files with 58 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ import argparse
import json
from collections import defaultdict
from pathlib import Path
from random import shuffle, sample
from random import sample, shuffle
from typing import Optional
from tqdm import tqdm