Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created January 17, 2020 23:09
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 BetterProgramming/9119794db97fcbf2f4ef23c88bb9b0a9 to your computer and use it in GitHub Desktop.
Save BetterProgramming/9119794db97fcbf2f4ef23c88bb9b0a9 to your computer and use it in GitHub Desktop.
import pprint
from places_summarized.fake_client import FakeClient
pp = pprint.PrettyPrinter(indent=4)
fclient = FakeClient()
summary = fclient.places_summary()
pp.pprint(summary.result())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment