import requests class Markit: def __init__(self): self.lookup_url = "http://dev.markitondemand.com/Api/v2/Lookup/json" self.quote_url = "http://dev.markitondemand.com/Api/v2/Quote/json" def company_search(self,string): pass def get_quote(self,string): pass