blob: 3f4d64069b9e8ed797f2da70a305684e59d4fff0 [file] [edit]
#!/usr/bin/env python
#
# Copyright 2017 Google LLC
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Upload a new version of the asset."""
import common
if __name__ == '__main__':
common.run('upload')