from distutils.dist import Distribution from typing import Any def setup(**attrs: Any) -> Distribution: ... class Command: ...