Skip to content

Instantly share code, notes, and snippets.

@Hanaasagi
Created October 13, 2017 08:46
Show Gist options
  • Save Hanaasagi/e4c7004573894ec976e75d3bf4ac47a3 to your computer and use it in GitHub Desktop.
Save Hanaasagi/e4c7004573894ec976e75d3bf4ac47a3 to your computer and use it in GitHub Desktop.
InfiniteDict = lambda: defaultdict(InfiniteDict) # noqa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment