7 lines
77 B
Python
7 lines
77 B
Python
from pathlib import Path
|
|
|
|
|
|
def clean_output(path: Path):
|
|
# TODO
|
|
pass
|