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