This commit is contained in:
Joshua Oreman 2022-01-14 13:01:43 -07:00
parent 541c9e7648
commit db80c853ba
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@ import socket
from enum import IntEnum
from typing import Callable, Dict, Optional, Tuple
__version__: str
VERSION: Tuple[int, ...]
COPY_NONE: int
COPY_META: int
COPY_PACKET: int