1 2 3 4
from pathlib import Path from typing import Union GenericPath = Union[Path, str]
Generated by nedoc v0.10 at 2023-02-02 10:22