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