mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-29 19:42:12 +00:00
3 lines
87 B
Python
3 lines
87 B
Python
from distutils import sysconfig
|
|
import sys
|
|
sys.stdout.write(sysconfig.get_python_inc()) |