Update demo.py

Remove unnecessary paragraph before code.
e911_addr
Maria Bermudez 7 years ago committed by GitHub
parent 759e76909a
commit 1f287d793d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      demo.py

@ -1,22 +1,4 @@
#!/usr/bin/env python
"""
demo.py
Flowroute-numbers-python is a Python API Wrapper that provides methods for interacting with v1 (version 1)
of the Flowroute API. These methods can be used to accomplish the following:
* Search for purchasable phone numbers
* Purchase phone numbers
* View the phone numbers you own, as well as their related details
* Create a new inbound route
* Update the primary and failover route on a phone number
Copyright Flowroute, Inc. 2016
"""
import pprint
import os
import json

Loading…
Cancel
Save