def __init__(self, port=None): super(LocationServer, self).__init__(port=port, desc="location server") self.grpc_server = None