Sign in
chromium
/
openscreen
/
HEAD
/
.
/
cast
/
standalone_sender
/
bindings
/
python
/
get_python_include.py
blob: 3256470d15875186b083dacc41a7220af1f281e0 [
file
]
# Copyright 2026 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import
sysconfig
print
(
sysconfig
.
get_path
(
'include'
))