]> jfr.im git - dlqueue.git/blame - venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py
init: venv aand flask
[dlqueue.git] / venv / lib / python3.11 / site-packages / setuptools / _vendor / tomli / _types.py
CommitLineData
e0df8241
JR
1# SPDX-License-Identifier: MIT
2# SPDX-FileCopyrightText: 2021 Taneli Hukkinen
3# Licensed to PSF under a Contributor Agreement.
4
5from typing import Any, Callable, Tuple
6
7# Type annotations
8ParseFloat = Callable[[str], Any]
9Key = Tuple[str, ...]
10Pos = int