Files
Buffteks-Website/venv/lib/python3.12/site-packages/distutils-stubs/ccompiler.pyi
2025-05-08 21:10:14 -05:00

13 lines
288 B
Python

from setuptools._distutils.ccompiler import *
from setuptools._distutils.ccompiler import CCompiler as CCompiler
__all__ = [
"CompileError",
"LinkError",
"gen_lib_options",
"gen_preprocess_options",
"get_default_compiler",
"new_compiler",
"show_compilers",
]