1234567891011121314 |
- # -*- coding: utf-8 -*-
- # This file is auto-generated, don't edit it. Thanks.
- class Client(object):
- def __init__(self):
- pass
- def modify_configuration(self, context, attribute_map):
- raise Exception('Un-implemented')
- def modify_request(self, context, attribute_map):
- raise Exception('Un-implemented')
- def modify_response(self, context, attribute_map):
- raise Exception('Un-implemented')
|