mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-27 05:12:10 +08:00
0
stdlib/2/distutils/__init__.pyi
Normal file
0
stdlib/2/distutils/__init__.pyi
Normal file
5
stdlib/2/distutils/emxccompiler.pyi
Normal file
5
stdlib/2/distutils/emxccompiler.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
# Stubs for emxccompiler
|
||||
|
||||
from distutils.unixccompiler import UnixCCompiler
|
||||
|
||||
class EMXCCompiler(UnixCCompiler): ...
|
||||
Reference in New Issue
Block a user