2018-12-14 13:53:15 -08:00

9 lines
184 B
Python

from distutils.dist import Distribution
from typing import Any, List
def setup(**attrs: Any) -> Distribution: ...
class Command: ...
def find_packages(where: str) -> List[str]: ...