# vim: set filencoding=utf8 """ Controllers for Kronos @author: Mike Crute (mcrute@ag.com) @organization: American Greetings Interactive @date: February 07, 2010 """ class StartController(object): def __call__(self, action): pass class StopController(object): def __call__(self, action): pass