添加调试信息

This commit is contained in:
zzh
2025-06-04 12:17:16 +08:00
parent 268d0d6993
commit 1e6f8c7442
3 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
import socket
from open3d import re
class TcpServer:
def __init__(self, host="0.0.0.0", port=65444) -> None: