blob: e0b2d7bc4ad532454ab2a57777e2956520423261 [file] [log] [blame]
#!/usr/bin/env vpython3
#
# Copyright 2021 The Flutter 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
import subprocess
subprocess.run(['vpython3'] + sys.argv[1:])