import os from util import get_drives() def build(after,*starts): if starts: paths = starts else: paths = get_drives() for path in paths: for root,dirs,files in os.walk(