blob: fdb3c65b028f5113d9c41e09038d41044dcffce5 [file] [log] [blame]
import boto3
def the_dir():
return dir(boto3)
if __name__ == "__main__":
print(the_dir())