synplanner_dev / synplan /utils /__init__.py
Gilmullin Almaz
Refactor code structure for improved readability and maintainability
72a3513
Raw
History Blame Contribute Delete
83 Bytes
from typing import Union
from os import PathLike
path_type = Union[str, PathLike]