Files
AIO_3D_Print_Local_Screen/.venv/lib/python3.11/site-packages/distutils-precedence.pth
lhye200 4e6636c509 init
Co-authored-by: Copilot <copilot@github.com>
2026-05-08 22:23:00 +08:00

2 lines
151 B
Plaintext

import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim();