summaryrefslogtreecommitdiff
path: root/tools/sync_python_modules.py
blob: fa31e1e3a6f16b9427e15b35af8f75c1f7b59c55 (plain)
1
2
3
4
5
6
#!/usr/bin/env python
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import third_party
import util
util.enable_ansi_colors()
third_party.run_pip()