Source code hyperqueue/common.py

1
2
3
4
from pathlib import Path
from typing import Union

GenericPath = Union[Path, str]