From 5521785e6c52dd4603699d057d62a5797844fd13 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Wed, 30 Sep 2015 00:56:49 -0700 Subject: huge rename --- ricky/imgrid/imgrid.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ricky/imgrid/imgrid.py (limited to 'ricky/imgrid/imgrid.py') diff --git a/ricky/imgrid/imgrid.py b/ricky/imgrid/imgrid.py new file mode 100644 index 0000000..6872537 --- /dev/null +++ b/ricky/imgrid/imgrid.py @@ -0,0 +1,12 @@ +from ricky.api import Api +from ricky.imgrid.params import ImGridParams +from ricky.config import IMGRID_URL + +class ImGrid(Api): + def __init__(self): + self.url = IMGRID_URL + def params_init(self): + new_params = ImGridParams() + #new_params = self.get_from_server() + new_params.api = self + return new_params -- cgit v1.2.3-70-g09d2