# -*- coding: utf-8 -*- """Consts for Flipr python client API.""" FLIPR_API_URL = "https://apis.goflipr.com" FLIPR_AUTH_URL = FLIPR_API_URL + "/OAuth2/token"