Skip to content

Instantly share code, notes, and snippets.

View tanandy's full-sized avatar

Andy Tan tanandy

View GitHub Profile
#!/usr/bin/env python
import boto3
import argparse
from operator import itemgetter
from collections import defaultdict
def nested_defaultdict():
return defaultdict(nested_defaultdict)