update 添加通讯等基本框架

This commit is contained in:
FrankCV2048
2024-08-06 22:57:27 +08:00
parent bbcd0dd866
commit e8e96d9a97
4 changed files with 53 additions and 1 deletions

3
Expection.py Normal file
View File

@ -0,0 +1,3 @@
from enum import Enum
class ErrorCode(Enum):
NETERROR = 404 #网络异常