Quick start

Installation

$ pip install whistle

Quick start

from whistle import Event, EventDispatcher

class HelloWorldEvent(Event):
    pass

dispatcher = EventDispatcher()