golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/_vendor/inflect/compat
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
0 B
Del
OK
__pycache__
-
Del
OK
py38.py
160 B
Del
OK
Edit: py38.py
import sys if sys.version_info > (3, 9): from typing import Annotated else: # pragma: no cover from typing_extensions import Annotated # noqa: F401
Save