from ITOA.itoa_object import ItoaObject class ItsiDataIntegrationTemplate(ItoaObject): collection_name = 'itsi_data_integration_template' def __init__(self, session_key, current_user_name): super(ItsiDataIntegrationTemplate, self).__init__(session_key, current_user_name, 'data_integration_template', collection_name=self.collection_name)