pypa / pyproject-hooks

A low-level library for calling build-backends in `pyproject.toml`-based project
https://pyproject-hooks.readthedocs.io/
MIT License
122 stars 49 forks source link

Export `SubprocessRunner` #184

Closed layday closed 7 months ago

layday commented 7 months ago

mypy in strict mode will complain that SubprocessRunner is not defined if it is not explicitly exported.