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