mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 04:53:31 +00:00
worker thread logic moved into worker module.
Socket intenum moved into util
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from enum import IntEnum
|
||||
from typing import Iterator
|
||||
|
||||
|
||||
@@ -64,3 +65,6 @@ def comp(t0: tuple, t1: tuple) -> Iterator[bool]:
|
||||
if b <= 9500:
|
||||
yield a == b
|
||||
yield True
|
||||
|
||||
|
||||
Socket = IntEnum("Socket", "register request response", start=0)
|
||||
|
||||
Reference in New Issue
Block a user