1 2 3 4
from pathlib import Path from typing import Union GenericPath = Union[Path, str]
Generated by nedoc v0.10 at 2024-05-31 10:55