mirror of
https://github.com/Ladebeze66/llm_lab.git
synced 2026-02-04 10:30:21 +01:00
2 lines
151 B
Plaintext
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();
|