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