blob: b1ea54724d03b1179148e3f86e133e8ebddda042 [file] [log] [blame]
#!/usr/bin/env vpython
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# [VPYTHON:BEGIN]
# python_version: "2.7"
# wheel <
# name: "fuchsia/python/wheels/lit-py2"
# version: "version:0.7.1"
# >
# [VPYTHON:END]
from lit import main
if __name__ == "__main__":
main()