Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

nickfrez / unb-cli   python

Repository URL to install this package:

/ random_tools.py

import json


def pp(struct):
  print json.dumps(struct, sort_keys=True, indent=4)