7 lines
167 B
Python
7 lines
167 B
Python
import distutils.command
|
|
from typing import (Any,)
|
|
|
|
def _get_build_extension() -> distutils.command.build_ext: ...
|
|
|
|
def load_dynamic(name: str, path: str) -> Any: ...
|