mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-20 23:30:34 +00:00
Add stop func
This commit is contained in:
@@ -23,4 +23,5 @@ class TCPServer:
|
||||
async def handle_code(self, code: str, sock: socket.socket) -> None: ...
|
||||
async def handle_client(self, sock: socket.socket) -> None: ...
|
||||
async def start(self) -> None: ...
|
||||
async def stop(self) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user