Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
a2b7f4288fc7ad4ed387aa20cb2d09bf497a1b10
/
.
/
examples
/
bzlmod
/
__init__.py
blob: da9768f838edd2c80de543566f68a6e20264648d [
file
]
# TODO: bzlmod should grant access to pip_install dependencies as well
# import requests
def
main
(
url
):
# r = requests.get(url)
# return r.text
return
url