From f3cfd54c876ba3e7540443c2f442d2baa22acef8 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Sun, 29 Nov 2015 17:44:05 -0800 Subject: switched to json probabilities --- ricky/imgradient/__init__.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'ricky/imgradient/__init__.py') diff --git a/ricky/imgradient/__init__.py b/ricky/imgradient/__init__.py index 72efca1..1d8da3d 100644 --- a/ricky/imgradient/__init__.py +++ b/ricky/imgradient/__init__.py @@ -1 +1,16 @@ -from ricky.imgradient.imgradient import ImGradient +"""class for the imgradient api handler""" +from ricky.im import Im +from ricky.imgradient.params import Params +from ricky.config import IMGRADIENT_URL + + +class ImGradient(Im): + def __init__(self): + super(ImGradient, self).__init__() + self.url = IMGRADIENT_URL + + def params_init(self): + new_params = Params() + #new_params = self.get_from_server() + new_params.api = self + return new_params -- cgit v1.2.3-70-g09d2