view wsgraph/client.py @ 26:60d7e38a20cd

mostly notes to self
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 12 Dec 2012 18:42:13 -0800
parents d1a8c1436ded
children 9e173648d848
line wrap: on
line source

#!/usr/bin/env python

from model import Graph

class WSGraphClient():
    """REST client for WSGraph"""

    def __init__(self, server):
        self.server = server

if __name__ == '__main__':
    pass # TODO