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