Add class description

This commit is contained in:
Matthew Tretter 2012-10-12 23:12:05 -04:00
parent 8a35b3a3dd
commit a59330cf2c

View file

@ -17,6 +17,12 @@ def ik_model_receiver(fn):
class ModelSignalRouter(object):
"""
Handles signals dispatched by models and relays them to the spec sources
that represent those models.
"""
def __init__(self):
self._sources = []
uid = 'ik_spec_field_receivers'