``` for name, obj in PLUGINS.iteritems(): setattr(self, name, obj) api.add_route('/{}'.format(name), getattr(self, name))