inet.pyi 96 B

1234
  1. from typing import Union
  2. from socket import AddressFamily
  3. AF_INET6 : Union[int, AddressFamily]