ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- usr/lib64/python3.12/tomllib/_types.py000064400000000376152346520620013454 0ustar00# SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2021 Taneli Hukkinen # Licensed to PSF under a Contributor Agreement. from typing import Any, Callable, Tuple # Type annotations ParseFloat = Callable[[str], Any] Key = Tuple[str, ...] Pos = int