# Stubs for sysconfig # NOTE: These are incomplete! import typing def get_config_var(name: str) -> str: ... def is_python_build() -> bool: ...