14a4f2fe02baf385f6c24fc98c6e17bf6ac5e0724Dan Sinclair# Copyright 2015 The Chromium Authors. All rights reserved.
22da489cd246702bee5938545b18a6f710ed214bcJamie Gennis# Use of this source code is governed by a BSD-style license that can be
32da489cd246702bee5938545b18a6f710ed214bcJamie Gennis# found in the LICENSE file.
44a4f2fe02baf385f6c24fc98c6e17bf6ac5e0724Dan Sinclair
5cef7893435aa41160dd1255c43cb8498279738ccChris Craikclass Horn(object):
6cef7893435aa41160dd1255c43cb8498279738ccChris Craik  def IsBig(self):
7cef7893435aa41160dd1255c43cb8498279738ccChris Craik    return True
8