4 lines
89 B
Python
4 lines
89 B
Python
import distutils.command
|
|
|
|
def _get_build_extension() -> distutils.command.build_ext: ...
|