14 lines
135 B
Python
14 lines
135 B
Python
from typing import List
|
|
|
|
|
|
def compute_diff(paths: List[str]):
|
|
pass
|
|
|
|
|
|
def file_diff(path: str):
|
|
pass
|
|
|
|
|
|
def pkg_diff():
|
|
pass
|