""" Common typing aliases used in Meshroom. """ from pathlib import Path from typing import Union PathLike = Union[Path, str]