mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 07:52:11 +00:00
4 lines
95 B
Python
4 lines
95 B
Python
from distutils import sysconfig
|
|
import sys
|
|
sys.stdout.write(sysconfig.get_python_inc() + "\n")
|