mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
7 lines
175 B
Python
7 lines
175 B
Python
|
#!/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()
|