Source code for s2d2.typing

import os

from typing import Union


[docs] Path = Union[str, os.PathLike]