Updated script that can be controled by Nodejs web app
This commit is contained in:
10
lib/python3.13/site-packages/pip/_vendor/tomli/_types.py
Normal file
10
lib/python3.13/site-packages/pip/_vendor/tomli/_types.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
Reference in New Issue
Block a user