blob: 70de262578c2801f54bba093863e629ab2acb64c [file] [log] [blame]
# Copyright 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.
from __future__ import print_function
class Cat(object):
def Run(self):
print('Meow')