Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
c9b70d1d14a18e19607c7610127ffacb43855dba
/
.
/
examples
/
pip_install
/
main.py
blob: 4440cdeb2ed3b37d03a915aba2ff941f463f7b17 [
file
]
import
boto3
def
the_dir
():
return
dir
(
boto3
)
if
__name__
==
"__main__"
:
print
(
the_dir
())