mirror of
https://github.com/denoland/deno.git
synced 2024-11-13 16:26:08 -05:00
6 lines
175 B
Python
Executable file
6 lines
175 B
Python
Executable file
#!/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()
|