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