blob: 88f46f79a448b642a6c17f4a58b248f941102393 [file] [log] [blame]
#!/usr/bin/env python
# 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.
import sys
from devil.android.tools import screenshot
if __name__ == '__main__':
sys.exit(screenshot.main())