ChatBot-UI-With-API / venv /lib /python3.11 /site-packages /distutils-precedence.pth
scipher.alpha
Improved UI
47b2311
raw
history blame
151 Bytes
import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim();