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