milvus/mishards/__init__.py
2019-09-17 20:48:08 +08:00

7 lines
154 B
Python

import settings
from connections import ConnectionMgr
connect_mgr = ConnectionMgr()
from server import Server
grpc_server = Server(conn_mgr=connect_mgr)