blob: f2b571afb03d72c00bf67286ce3db444d3a3e13e [file] [log] [blame]
# Copyright (c) 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import os
import sys
class CorpusDriver(object):
def GetTraceHandlesMatchingQuery(self, query):
raise NotImplementedError()