Skip to content

Instantly share code, notes, and snippets.

@leahein
Created October 23, 2016 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leahein/ac1ff6450e4587935f4302a5060b2d14 to your computer and use it in GitHub Desktop.
Save leahein/ac1ff6450e4587935f4302a5060b2d14 to your computer and use it in GitHub Desktop.
adwords_class
import json
class Adwords(object):
def __init__(self, report):
self.report = json.loads(report)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment