blob: 65b80d808b4d44f221c4f8f7a01ee13da8aa21b6 [file] [log] [blame]
#!/usr/bin/env vpython3
# [VPYTHON:BEGIN]
# wheel: <
# name: "infra/python/wheels/yapf-py2_py3"
# version: "version:0.27.0"
# >
# wheel: <
# name: "infra/python/wheels/futures-py2_py3"
# version: "version:3.1.1"
# >
# [VPYTHON:END]
# -*- coding: utf-8 -*-
import re
import sys
from yapf import run_main
if __name__ == '__main__':
sys.exit(run_main())