from utils.config import Config from sdk_server import run_http_server run_http_server(Config.SDKServer.IP,Config.SDKServer.Port)