src.common.ensure_dir

src.common.ensure_dir(path)[source]

Ensure directory exists

Args:

path: Directory path

Returns:

Path object

Parameters:

path (str | Path)

Return type:

Path