view skaapsteker/widgets/__init__.py @ 526:5613f7b61b23

Stop Sasuke falling off the world
author Neil Muller <drnlmuller@gmail.com>
date Sat, 09 Apr 2011 23:47:58 +0200
parents fe8652a060df
children
line wrap: on
line source

class Widget(object):
    def __init__(self):
        pass

    def dispatch(self, event):
        pass

    def draw(self, surface):
        pass