from typing import List def compute_diff(paths: List[str]): pass def file_diff(path: str): pass def pkg_diff(): pass