Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
35391d933fe8f8a63cfbe7e785f106bb349e4141
/
.
/
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