massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / distutils / dist.pyi
1 # Stubs for distutils.dist\r
2 \r
3 from typing import Any, Mapping, Optional\r
4 \r
5 \r
6 class Distribution:\r
7     def __init__(self, attrs: Optional[Mapping[str, Any]] = ...) -> None: ...\r