Onionr/static-data/default-plugins/torgossip/clientfuncs/__init__.py
2021-02-08 07:32:31 +00:00

8 lines
152 B
Python

from typing import TYPE_CHECKING
if TYPE_CHECKING:
from socket import socket
def download_blocks(sock: 'socket', offset: int):
sock.sendall()