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

4 lines
79 B
Python

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