Files
INTUIA/Programa final/Python-3.10.15/Lib/distutils/debug.py
T
2026-03-15 13:27:50 +00:00

6 lines
139 B
Python

import os
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get('DISTUTILS_DEBUG')