__all__ = ["thread_map", "process_map"] def thread_map(fn, *iterables, **tqdm_kwargs): ... def process_map(fn, *iterables, **tqdm_kwargs): ...