Files
2022-11-27 13:16:21 +01:00

5 lines
96 B
Python

from typing import Union
from socket import AddressFamily
AF_INET6 : Union[int, AddressFamily]