Package client

This commit is contained in:
Changhua
2022-10-19 20:41:23 +08:00
parent 99b119ef47
commit ad98e19e5e
4 changed files with 106 additions and 11 deletions
+2 -2
View File
@@ -13,12 +13,12 @@ from typing import List, Callable, Optional
import grpc
WCF_ROOT = os.path.dirname(os.path.abspath(__file__))
WCF_ROOT = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0, WCF_ROOT)
import wcf_pb2 # noqa
import wcf_pb2_grpc # noqa
__version__ = "v3.7.0.30-11"
__version__ = "v3.7.0.30.11"
class Wcf():