handle_input

handle_input(input_path: Path | str, output_dir: Path | str = './output') -> list[Path]

Process the input string and return the appropriate file paths

Parameters:
NameDescription
input_pathType: pathlib.Path | str
output_dirType: pathlib.Path | str

Default: ’./output’