blob: ca35799218cd8654e6701301717e66e1d4d7afd4 [file] [log] [blame]
#!/usr/bin/env vpython
# Copyright 2014 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 sys
from blinkpy.formatter.main import main
sys.exit(main())