__author__ = 'neko259' class Viewable(): def __init__(self): pass def get_view(self, *args, **kwargs): """Get an HTML view for a model""" pass