blob: ea9b0b6d533305d60c84fe5e651e2a0907714172 [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 webapp2
def MapTrace(trace_corpus_driver): # pylint: disable=unused-argument
pass
class MapTracesHandler(webapp2.RequestHandler):
def post(self, *args, **kwargs): # pylint: disable=unused-argument
pass