Files
typeshed/stdlib/distutils/bcppcompiler.pyi
T
2021-01-27 12:00:39 +00:00

4 lines
78 B
Python

from distutils.ccompiler import CCompiler
class BCPPCompiler(CCompiler): ...